Instructions to use SicariusSicariiStuff/LLAMA-3_8B_Unaligned_BETA_iMatrix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SicariusSicariiStuff/LLAMA-3_8B_Unaligned_BETA_iMatrix with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("SicariusSicariiStuff/LLAMA-3_8B_Unaligned_BETA_iMatrix", dtype="auto") - llama-cpp-python
How to use SicariusSicariiStuff/LLAMA-3_8B_Unaligned_BETA_iMatrix with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="SicariusSicariiStuff/LLAMA-3_8B_Unaligned_BETA_iMatrix", filename="LLAMA-3_8B_Unaligned_BETA-IQ1_M.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use SicariusSicariiStuff/LLAMA-3_8B_Unaligned_BETA_iMatrix with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf SicariusSicariiStuff/LLAMA-3_8B_Unaligned_BETA_iMatrix:IQ1_M # Run inference directly in the terminal: llama-cli -hf SicariusSicariiStuff/LLAMA-3_8B_Unaligned_BETA_iMatrix:IQ1_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf SicariusSicariiStuff/LLAMA-3_8B_Unaligned_BETA_iMatrix:IQ1_M # Run inference directly in the terminal: llama-cli -hf SicariusSicariiStuff/LLAMA-3_8B_Unaligned_BETA_iMatrix:IQ1_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/LLAMA-3_8B_Unaligned_BETA_iMatrix:IQ1_M # Run inference directly in the terminal: ./llama-cli -hf SicariusSicariiStuff/LLAMA-3_8B_Unaligned_BETA_iMatrix:IQ1_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/LLAMA-3_8B_Unaligned_BETA_iMatrix:IQ1_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf SicariusSicariiStuff/LLAMA-3_8B_Unaligned_BETA_iMatrix:IQ1_M
Use Docker
docker model run hf.co/SicariusSicariiStuff/LLAMA-3_8B_Unaligned_BETA_iMatrix:IQ1_M
- LM Studio
- Jan
- Ollama
How to use SicariusSicariiStuff/LLAMA-3_8B_Unaligned_BETA_iMatrix with Ollama:
ollama run hf.co/SicariusSicariiStuff/LLAMA-3_8B_Unaligned_BETA_iMatrix:IQ1_M
- Unsloth Studio new
How to use SicariusSicariiStuff/LLAMA-3_8B_Unaligned_BETA_iMatrix 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/LLAMA-3_8B_Unaligned_BETA_iMatrix 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/LLAMA-3_8B_Unaligned_BETA_iMatrix to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for SicariusSicariiStuff/LLAMA-3_8B_Unaligned_BETA_iMatrix to start chatting
- Docker Model Runner
How to use SicariusSicariiStuff/LLAMA-3_8B_Unaligned_BETA_iMatrix with Docker Model Runner:
docker model run hf.co/SicariusSicariiStuff/LLAMA-3_8B_Unaligned_BETA_iMatrix:IQ1_M
- Lemonade
How to use SicariusSicariiStuff/LLAMA-3_8B_Unaligned_BETA_iMatrix with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull SicariusSicariiStuff/LLAMA-3_8B_Unaligned_BETA_iMatrix:IQ1_M
Run and chat with the model
lemonade run user.LLAMA-3_8B_Unaligned_BETA_iMatrix-IQ1_M
List all available models
lemonade list
Upload 12 files
Browse files- .gitattributes +12 -0
- LLAMA-3_8B_Unaligned_BETA-IQ1_M.gguf +3 -0
- LLAMA-3_8B_Unaligned_BETA-IQ1_S.gguf +3 -0
- LLAMA-3_8B_Unaligned_BETA-IQ2_M.gguf +3 -0
- LLAMA-3_8B_Unaligned_BETA-IQ2_S.gguf +3 -0
- LLAMA-3_8B_Unaligned_BETA-IQ2_XS.gguf +3 -0
- LLAMA-3_8B_Unaligned_BETA-IQ2_XXS.gguf +3 -0
- LLAMA-3_8B_Unaligned_BETA-IQ3_M.gguf +3 -0
- LLAMA-3_8B_Unaligned_BETA-IQ3_S.gguf +3 -0
- LLAMA-3_8B_Unaligned_BETA-IQ3_XS.gguf +3 -0
- LLAMA-3_8B_Unaligned_BETA-IQ3_XXS.gguf +3 -0
- LLAMA-3_8B_Unaligned_BETA-IQ4_NL.gguf +3 -0
- LLAMA-3_8B_Unaligned_BETA-IQ4_XS.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,15 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
LLAMA-3_8B_Unaligned_BETA-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
LLAMA-3_8B_Unaligned_BETA-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
LLAMA-3_8B_Unaligned_BETA-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
LLAMA-3_8B_Unaligned_BETA-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
LLAMA-3_8B_Unaligned_BETA-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
LLAMA-3_8B_Unaligned_BETA-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
LLAMA-3_8B_Unaligned_BETA-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
LLAMA-3_8B_Unaligned_BETA-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
LLAMA-3_8B_Unaligned_BETA-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
LLAMA-3_8B_Unaligned_BETA-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
LLAMA-3_8B_Unaligned_BETA-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
LLAMA-3_8B_Unaligned_BETA-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
LLAMA-3_8B_Unaligned_BETA-IQ1_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:66d3163ca04c04c5168139f0ac1bcd3cdc6adb8e22f1481932388696b6153ca2
|
| 3 |
+
size 2161980448
|
LLAMA-3_8B_Unaligned_BETA-IQ1_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e8eb98775a04846952a74ae62fabcf9fc0aa74e747bac8047878a38f4dfe618d
|
| 3 |
+
size 2019636256
|
LLAMA-3_8B_Unaligned_BETA-IQ2_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6494407ff6295d4035576267d85dd9be8d516900b5bdaf191ece33cea71cf840
|
| 3 |
+
size 2948290400
|
LLAMA-3_8B_Unaligned_BETA-IQ2_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:13c48442143dc0b82f56da5a46a9572ead555e03d6b2c448755d5b603d09b736
|
| 3 |
+
size 2758498144
|
LLAMA-3_8B_Unaligned_BETA-IQ2_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6abc2a43866dc9b30e28a2e8ea526dac504678b0bba167d938b66321de144114
|
| 3 |
+
size 2605790240
|
LLAMA-3_8B_Unaligned_BETA-IQ2_XXS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b0e87922e260c9f7ac30a2eea9fb4b831baea86cc3dcbef5d953690bb2a113d1
|
| 3 |
+
size 2399220768
|
LLAMA-3_8B_Unaligned_BETA-IQ3_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dd603397ead5c60c5593c37489d4828b02b51308346ff0a3c231ab1bbbe92c19
|
| 3 |
+
size 3784833952
|
LLAMA-3_8B_Unaligned_BETA-IQ3_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6fb3c2d0105e4a68f9f7ad5ba7798c5df2ca43b157fd1c72059dd8ca9de8bf3f
|
| 3 |
+
size 3682335648
|
LLAMA-3_8B_Unaligned_BETA-IQ3_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:253eca519cf67699f697ecb0cbe1a768e3c195bf2d9b48fe8734776f98aece85
|
| 3 |
+
size 3518757792
|
LLAMA-3_8B_Unaligned_BETA-IQ3_XXS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bea743e279a525e74ff4085c4655d8d620a2e8a3386ed3a0146a133c2dee2686
|
| 3 |
+
size 3274921824
|
LLAMA-3_8B_Unaligned_BETA-IQ4_NL.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:59beab67a2a10c371415e05b5936cf40ae284c7b7b1f892523e3101c03473f41
|
| 3 |
+
size 4678000608
|
LLAMA-3_8B_Unaligned_BETA-IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6529aac0358f3b018e1f5dccf05e39c19d913b533a3630853868c5f7d11a850a
|
| 3 |
+
size 4447674080
|