Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
pcbua opened this issue Oct 4, 2024 · 1 comment · Fixed by #130
Closed

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

pcbua opened this issue Oct 4, 2024 · 1 comment · Fixed by #130
Labels
bug Something isn't working

Comments

@pcbua
Copy link

pcbua commented Oct 4, 2024

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] 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
@pcbua pcbua added the bug Something isn't working label Oct 4, 2024
@LaurentMazare
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants