Instructions to use Maxixa/lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use Maxixa/lora with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="Maxixa/lora", filename="gguf/speechless-sparsetral-mistral-16x7b-moe.Q5_K_M.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use Maxixa/lora with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf Maxixa/lora:Q5_K_M # Run inference directly in the terminal: llama-cli -hf Maxixa/lora:Q5_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf Maxixa/lora:Q5_K_M # Run inference directly in the terminal: llama-cli -hf Maxixa/lora:Q5_K_M
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf Maxixa/lora:Q5_K_M # Run inference directly in the terminal: ./llama-cli -hf Maxixa/lora:Q5_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf Maxixa/lora:Q5_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf Maxixa/lora:Q5_K_M
Use Docker
docker model run hf.co/Maxixa/lora:Q5_K_M
- LM Studio
- Jan
- Ollama
How to use Maxixa/lora with Ollama:
ollama run hf.co/Maxixa/lora:Q5_K_M
- Unsloth Studio new
How to use Maxixa/lora with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for Maxixa/lora to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for Maxixa/lora to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Maxixa/lora to start chatting
- Docker Model Runner
How to use Maxixa/lora with Docker Model Runner:
docker model run hf.co/Maxixa/lora:Q5_K_M
- Lemonade
How to use Maxixa/lora with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Maxixa/lora:Q5_K_M
Run and chat with the model
lemonade run user.lora-Q5_K_M
List all available models
lemonade list
Upload meg-metal-1024 with huggingface_hub
Browse files- meg-metal-1024/meg-metal-1024-000001.safetensors +3 -0
- meg-metal-1024/meg-metal-1024-000002.safetensors +3 -0
- meg-metal-1024/meg-metal-1024-000003.safetensors +3 -0
- meg-metal-1024/meg-metal-1024-000004.safetensors +3 -0
- meg-metal-1024/meg-metal-1024-000005.safetensors +3 -0
- meg-metal-1024/meg-metal-1024-000006.safetensors +3 -0
- meg-metal-1024/meg-metal-1024-000007.safetensors +3 -0
- meg-metal-1024/meg-metal-1024-000008.safetensors +3 -0
- meg-metal-1024/meg-metal-1024-000009.safetensors +3 -0
- meg-metal-1024/meg-metal-1024-000010.safetensors +3 -0
meg-metal-1024/meg-metal-1024-000001.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:791ab831f52bf1e3ac28c575e71303693d2e0d25057c39dca7b63514e0293deb
|
| 3 |
+
size 151133343
|
meg-metal-1024/meg-metal-1024-000002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c6e4dfefb3b0a81ec22181dd4c58651c30fb30dbe43d9fbec8cca6d0b27c172c
|
| 3 |
+
size 151133343
|
meg-metal-1024/meg-metal-1024-000003.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4fa40023930256c9316a8a1670b26fcace9f8bf01ccd9ebfe0a194a1f5e7a97e
|
| 3 |
+
size 151133343
|
meg-metal-1024/meg-metal-1024-000004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3a0e373fc2ee5b710042ee85b4df1145cec30c8dc607e81c5904b81a01f47144
|
| 3 |
+
size 151133343
|
meg-metal-1024/meg-metal-1024-000005.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4aafd4d3721c8aefbbd62ac16d0b30c54ff80b307b5010d55186924a69df14ac
|
| 3 |
+
size 151133343
|
meg-metal-1024/meg-metal-1024-000006.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3464f80c7ddc689c4ca20818dafdeb904aae806d84568fd1f92b9fa1ac0bddc0
|
| 3 |
+
size 151133342
|
meg-metal-1024/meg-metal-1024-000007.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:345c58955bf08f55b18ff7a07880b19702748f131165477b923e560f5766fa51
|
| 3 |
+
size 151133343
|
meg-metal-1024/meg-metal-1024-000008.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4a2831a78e16c6fa3ad7b433716a3ccf410b6366cc8829974b98e427a4d8591f
|
| 3 |
+
size 151133342
|
meg-metal-1024/meg-metal-1024-000009.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2599bdcb29b97aa0c0c2465cfbe8e238ce2e532dbab6cac39bd6968c39e236a7
|
| 3 |
+
size 151133343
|
meg-metal-1024/meg-metal-1024-000010.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1b34638b529688287a98390242f98ca1ba9c7b20b14a81ea4803e0238b31e734
|
| 3 |
+
size 151133343
|