Skip to content

Commit

Permalink
Tweak the model filenames to match the repos.
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentMazare committed Oct 4, 2024
1 parent 1fbbf36 commit 2e0f46d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust/moshi-backend/config-q8.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"instance_name": "foo",
"hf_repo": "kyutai/moshiko-candle-q8",
"lm_model_file": "$HOME/tmp/[email protected]",
"lm_model_file": "$HOME/tmp/moshiko_rs_301e30bf@120/model.q8.gguf",
"text_tokenizer_file": "$HOME/tmp/tokenizer_spm_32k_3.model",
"log_dir": "$HOME/tmp/moshi-logs",
"encodec_model_file": "$HOME/tmp/tokenizer-e351c8d8-checkpoint125.safetensors",
Expand Down
2 changes: 1 addition & 1 deletion rust/moshi-backend/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"instance_name": "foo",
"hf_repo": "kyutai/moshiko-candle-bf16",
"lm_model_file": "$HOME/tmp/[email protected]",
"lm_model_file": "$HOME/tmp/moshiko_rs_301e30bf@120/model.safetensors",
"text_tokenizer_file": "$HOME/tmp/tokenizer_spm_32k_3.model",
"log_dir": "$HOME/tmp/moshi-logs",
"encodec_model_file": "$HOME/tmp/tokenizer-e351c8d8-checkpoint125.safetensors",
Expand Down

0 comments on commit 2e0f46d

Please sign in to comment.