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

GGUF compatibility #70

Closed
adam-clarey opened this issue May 14, 2024 · 3 comments
Closed

GGUF compatibility #70

adam-clarey opened this issue May 14, 2024 · 3 comments

Comments

@adam-clarey
Copy link

I've used the runpod/worker-vllm:0.3.0-cuda11.8.0 container for several different LLMs and it has worked fine so far.

I've just been given a requirement to test GGUF model (specifically https://huggingface.co/impactframes/llama3_if_ai_sdpromptmkr_q4km) and it keeps generating errors:

Entry Not Found for url: https://huggingface.co/impactframes/llama3_if_ai_sdpromptmkr_q4km/resolve/main/config.json.

Is this an issue with the model, or the worker? Is there a known workaround?

Thanks

@ashleykleynhans
Copy link

vllm itself doesn't support GGUF, therefore the worker cannot support it either:
vllm-project/vllm#1002

@alpayariyak
Copy link
Contributor

@ashleykleynhans’s answer is correct

@thusinh1969
Copy link

vLLM support gguf now, would RunPod support it by single command line as usual?

Steve

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants