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
I attempted to install using the cask command and received fatal errors regarding missing template files: include_str! I then attempted to install directly from the repository: cargo install --git https://github.com/Michael-A-Kuykendall/shimmy.git --features mlx
This appeared to work, however when I tried to confirm the gpu I received the following:
voelk@MBPM2Max ~ % shimmy gpu-info
🖥️ GPU Backend Information
🔧 llama.cpp Backend: CPU
📋 Available GPU Features:
❌ CUDA support disabled
❌ Vulkan support disabled
❌ OpenCL support disabled
🍎 MLX Backend: Not available (requires Apple Silicon)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I attempted to install using the cask command and received fatal errors regarding missing template files: include_str! I then attempted to install directly from the repository: cargo install --git https://github.com/Michael-A-Kuykendall/shimmy.git --features mlx
This appeared to work, however when I tried to confirm the gpu I received the following:
voelk@MBPM2Max ~ % shimmy gpu-info
🖥️ GPU Backend Information
🔧 llama.cpp Backend: CPU
📋 Available GPU Features:
❌ CUDA support disabled
❌ Vulkan support disabled
❌ OpenCL support disabled
🍎 MLX Backend: Not available (requires Apple Silicon)
💡 To enable GPU acceleration:
cargo install shimmy --features llama-cuda # NVIDIA CUDA
cargo install shimmy --features llama-vulkan # Cross-platform Vulkan
cargo install shimmy --features llama-opencl # AMD/Intel OpenCL
cargo install shimmy --features gpu # All GPU backends
Does anyone have any suggestions for how I should proceed?
Beta Was this translation helpful? Give feedback.
All reactions