-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
api_server with --compile fails #773
Comments
update: The problem is if I launch the api_server from vs code with its debugger debugpy here the launch.json
|
actually my solution is disable --compile when debugging within visual studio even if it means waste of time, suggestions are welcome |
This issue is stale because it has been open for 30 days with no activity. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Self Checks
Cloud or Self Hosted
Self Hosted (Docker)
Environment Details
latest docker image ( sha256:40c9620c1dfd8efb1063a5826e72243efafc5f19784af5fa0603238e06b7dd62 )
I've a RTX 3090 TI with cuda (works on gradio)
Steps to Reproduce
run api_server.py with these arguments
--listen 0.0.0.0:8080 --llama-checkpoint-path "checkpoints/fish-speech-1.5" --decoder-checkpoint-path "checkpoints/fish-speech-1.5/firefly-gan-vq-fsq-8x1024-21hz-generator.pth" --decoder-config-name firefly_gan_vq --compile
✔️ Expected Behavior
should work
❌ Actual Behavior
the warmup fails already with an error in
generate
method where callsdecode_n_tokens
The text was updated successfully, but these errors were encountered: