You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/[email protected]' file
It looks like someone renamed [email protected] 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:
OS: Ubuntu 22.04.1
Python version: 3.12.2
Torch version: 2.4.1
CUDA version: 12.4
GPU: RTX 3090
The text was updated successfully, but these errors were encountered:
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/[email protected]' file
It looks like someone renamed
[email protected]
tomodel.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:
The text was updated successfully, but these errors were encountered: