docs: remove tfs_z option from documentation (#8515)

This commit is contained in:
frob
2025-01-21 18:28:59 +01:00
committed by GitHub
parent 7bb356c680
commit 294b6f5a22
2 changed files with 0 additions and 2 deletions

View File

@@ -490,7 +490,6 @@ func TestParseFileParameters(t *testing.T) {
"top_k 1": {"top_k", "1"},
"top_p 1.0": {"top_p", "1.0"},
"min_p 0.05": {"min_p", "0.05"},
"tfs_z 1.0": {"tfs_z", "1.0"},
"typical_p 1.0": {"typical_p", "1.0"},
"repeat_last_n 1": {"repeat_last_n", "1"},
"temperature 1.0": {"temperature", "1.0"},