-
-
Notifications
You must be signed in to change notification settings - Fork 213
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Shimmy Version
0.1.0
Installation Method
Downloaded binary from GitHub
What happened?
shimmy list
📋 Registered Models:
phi3-lora => "/Volumes/NVMe/Development/LLMs/Phi-3-mini-4k-instruct-fp16.gguf"
🔍 Auto-Discovered Models:
phi-3-mini-4k-instruct-q4 => "./Phi-3-mini-4k-instruct-q4.gguf" [2282MB]
phi-3-mini-4k-instruct-fp16 => "./Phi-3-mini-4k-instruct-fp16.gguf" [7289MB]
shimmy probe phi-3-mini-4k-instruct-fp16
probe failed: HuggingFaceEngine only supports HuggingFace backend
shimmy probe phi3-lora
probe failed: HuggingFaceEngine only supports HuggingFace backend
Steps to Reproduce
- Download Shimmy as release binary
- Download Phi3, as described in the readme:
huggingface-cli download microsoft/Phi-3-mini-4k-instruct-gguf --local-dir .
- Try to use it
result: probe failed: HuggingFaceEngine only supports HuggingFace backend
Relevant logs
Operating System
macOS (Apple Silicon)
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working