Instructions to use SicariusSicariiStuff/ProdeusUnity_ChronosRemix-Gold-12B_GGUFs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use SicariusSicariiStuff/ProdeusUnity_ChronosRemix-Gold-12B_GGUFs with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="SicariusSicariiStuff/ProdeusUnity_ChronosRemix-Gold-12B_GGUFs", filename="ChronosRemix-Gold-12B-Q3_K_L.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use SicariusSicariiStuff/ProdeusUnity_ChronosRemix-Gold-12B_GGUFs with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf SicariusSicariiStuff/ProdeusUnity_ChronosRemix-Gold-12B_GGUFs:Q4_K_M # Run inference directly in the terminal: llama cli -hf SicariusSicariiStuff/ProdeusUnity_ChronosRemix-Gold-12B_GGUFs:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf SicariusSicariiStuff/ProdeusUnity_ChronosRemix-Gold-12B_GGUFs:Q4_K_M # Run inference directly in the terminal: llama cli -hf SicariusSicariiStuff/ProdeusUnity_ChronosRemix-Gold-12B_GGUFs:Q4_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 SicariusSicariiStuff/ProdeusUnity_ChronosRemix-Gold-12B_GGUFs:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf SicariusSicariiStuff/ProdeusUnity_ChronosRemix-Gold-12B_GGUFs:Q4_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 SicariusSicariiStuff/ProdeusUnity_ChronosRemix-Gold-12B_GGUFs:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf SicariusSicariiStuff/ProdeusUnity_ChronosRemix-Gold-12B_GGUFs:Q4_K_M
Use Docker
docker model run hf.co/SicariusSicariiStuff/ProdeusUnity_ChronosRemix-Gold-12B_GGUFs:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use SicariusSicariiStuff/ProdeusUnity_ChronosRemix-Gold-12B_GGUFs with Ollama:
ollama run hf.co/SicariusSicariiStuff/ProdeusUnity_ChronosRemix-Gold-12B_GGUFs:Q4_K_M
- Unsloth Studio
How to use SicariusSicariiStuff/ProdeusUnity_ChronosRemix-Gold-12B_GGUFs 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 SicariusSicariiStuff/ProdeusUnity_ChronosRemix-Gold-12B_GGUFs 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 SicariusSicariiStuff/ProdeusUnity_ChronosRemix-Gold-12B_GGUFs to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for SicariusSicariiStuff/ProdeusUnity_ChronosRemix-Gold-12B_GGUFs to start chatting
- Atomic Chat new
- Docker Model Runner
How to use SicariusSicariiStuff/ProdeusUnity_ChronosRemix-Gold-12B_GGUFs with Docker Model Runner:
docker model run hf.co/SicariusSicariiStuff/ProdeusUnity_ChronosRemix-Gold-12B_GGUFs:Q4_K_M
- Lemonade
How to use SicariusSicariiStuff/ProdeusUnity_ChronosRemix-Gold-12B_GGUFs with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull SicariusSicariiStuff/ProdeusUnity_ChronosRemix-Gold-12B_GGUFs:Q4_K_M
Run and chat with the model
lemonade run user.ProdeusUnity_ChronosRemix-Gold-12B_GGUFs-Q4_K_M
List all available models
lemonade list
Upload 6 files
Browse files
.gitattributes
CHANGED
|
@@ -36,3 +36,9 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 36 |
ChronosRemix-Gold-12B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
ChronosRemix-Gold-12B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
ChronosRemix-Gold-12B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
ChronosRemix-Gold-12B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
ChronosRemix-Gold-12B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
ChronosRemix-Gold-12B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
ChronosRemix-Gold-12B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
ChronosRemix-Gold-12B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
ChronosRemix-Gold-12B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
ChronosRemix-Gold-12B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
ChronosRemix-Gold-12B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
ChronosRemix-Gold-12B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
ChronosRemix-Gold-12B-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:228be8017262e51ad41a6843008b46d3da47a361df796a152e4a4f53df667a85
|
| 3 |
+
size 7477203520
|
ChronosRemix-Gold-12B-Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:22ccbbc534fc9d44c297d87eb6a390b1f206c88e523fbbda9d14c63150e7d075
|
| 3 |
+
size 7120196160
|
ChronosRemix-Gold-12B-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f09a9f8f8a52dffde4a9e50aa768fd180a7b284f8b22a4315ba1bb484c3b5f88
|
| 3 |
+
size 8727630400
|
ChronosRemix-Gold-12B-Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5d2bdb4658b19d3a228f12a5abec01f39a4143b7ff96bef4ce839755cdd9bc0f
|
| 3 |
+
size 8518734400
|
ChronosRemix-Gold-12B-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:63fd75cf051bcacc35a37bafd2bca069f620fd48f418e5286dce713fab75e827
|
| 3 |
+
size 10056208960
|
ChronosRemix-Gold-12B-Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:407fd0c0e2a0218faf497cb236a03dbaa13a9d4859bd29d009079aca55dcd45e
|
| 3 |
+
size 13022368320
|