File tree 1 file changed +0
-3
lines changed
android/src/main/java/com/rnllama
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -189,8 +189,6 @@ public WritableMap completion(ReadableMap params) {
189
189
params .hasKey ("xtc_threshold" ) ? (float ) params .getDouble ("xtc_threshold" ) : 0.00f ,
190
190
// float xtc_probability,
191
191
params .hasKey ("xtc_probability" ) ? (float ) params .getDouble ("xtc_probability" ) : 0.00f ,
192
- // float tfs_z,
193
- params .hasKey ("tfs_z" ) ? (float ) params .getDouble ("tfs_z" ) : 1.00f ,
194
192
// float typical_p,
195
193
params .hasKey ("typical_p" ) ? (float ) params .getDouble ("typical_p" ) : 1.00f ,
196
194
// int seed,
@@ -388,7 +386,6 @@ protected static native WritableMap doCompletion(
388
386
float min_p ,
389
387
float xtc_threshold ,
390
388
float xtc_probability ,
391
- float tfs_z ,
392
389
float typical_p ,
393
390
int seed ,
394
391
String [] stop ,
You can’t perform that action at this time.
0 commit comments