kyutai-labs / moshi

Apache License 2.0
6.77k stars 532 forks source link

Moshi Rust server doesn't start - model.safetensors has been renamed #129

Closed pcbua closed 1 month ago

pcbua commented 1 month ago

Backend impacted

The Rust implementation

Operating system

Linux

Hardware

GPU with CUDA

Description

During starting Rust server: cargo run --features cuda --bin moshi-backend -r -- --config moshi-backend/config.json standalone There is an error: Error: Failed to download '/home/ja/tmp/moshiko_rs_301e30bf@120.safetensors' file

It looks like someone renamed moshiko_rs_301e30bf@120.safetensors to model.safetensors, and forgot update related scripts. Can you fix it? Or provide instruction what to change?

Extra information

I hope description is enough. I encourage You to reproduce - following the official instruction in README - just pretend you are doing it first time.

Environment

It doesn't really matter, but I have:

LaurentMazare commented 1 month ago

Thanks for reporting this, indeed the files were renamed but the configs weren't updated, should be fixed in #130