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 meganekko with huggingface_hub
Browse files- meganekko/meganekko10.pt +3 -0
- meganekko/meganekko11.pt +3 -0
- meganekko/meganekko7.pt +3 -0
- meganekko/meganekko8.pt +3 -0
- meganekko/meganekko9.pt +3 -0
meganekko/meganekko10.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c1a8c2a06acda782190216670cef10e4a2455e276ff4f3bddeaa472544035926
|
| 3 |
+
size 151347413
|
meganekko/meganekko11.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aba181e4d32730de0b9e2c16a9c11cfc07b1f2ea6a9485c180b7a716e5385f66
|
| 3 |
+
size 151341855
|
meganekko/meganekko7.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ea740b553ed4bffb1a405072d0e92e0cdacd40afef2a4ac7d5a294250ecd8cd6
|
| 3 |
+
size 151346619
|
meganekko/meganekko8.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9fae0a6b5caf936f26aff0716eba39bf1cfcf19e38ef979b33b3c82444bdecc2
|
| 3 |
+
size 151341061
|
meganekko/meganekko9.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a4bbcb8e5a74640f4e965296a60f530248b47b7f195a42cb3982db177064f57c
|
| 3 |
+
size 151347413
|