Skip to content

Commit

Permalink
fix: disabled tfs_z for local due to a crash described in #97
Browse files Browse the repository at this point in the history
  • Loading branch information
Vali-98 committed Nov 4, 2024
1 parent c3a690b commit cd0bb54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/constants/APIState/LocalAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class LocalAPI extends APIBase {
{ externalName: 'temperature', samplerID: SamplerID.TEMPERATURE },
{ externalName: 'top_p', samplerID: SamplerID.TOP_P },
{ externalName: 'top_k', samplerID: SamplerID.TOP_K },
{ externalName: 'tfs_z', samplerID: SamplerID.TAIL_FREE_SAMPLING },
// { externalName: 'tfs_z', samplerID: SamplerID.TAIL_FREE_SAMPLING },
{ externalName: 'min_p', samplerID: SamplerID.MIN_P },
{ externalName: 'typical_p', samplerID: SamplerID.TYPICAL },
{ externalName: 'mirostat', samplerID: SamplerID.MIROSTAT_MODE },
Expand Down

0 comments on commit cd0bb54

Please sign in to comment.