Text Generation
GGUF
math
lora
science
chemistry
biology
code
text-generation-inference
unsloth
llama
Instructions to use bartowski/FastLlama-3.2-1B-Instruct-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Local Apps Settings
- Unsloth Studio
How to use bartowski/FastLlama-3.2-1B-Instruct-GGUF 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 bartowski/FastLlama-3.2-1B-Instruct-GGUF 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 bartowski/FastLlama-3.2-1B-Instruct-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for bartowski/FastLlama-3.2-1B-Instruct-GGUF to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="bartowski/FastLlama-3.2-1B-Instruct-GGUF", max_seq_length=2048, )
Upload FastLlama-3.2-1B-Instruct-Q5_K_L.gguf with huggingface_hub
Browse files- .gitattributes +1 -0
- FastLlama-3.2-1B-Instruct-Q5_K_L.gguf +3 -0
.gitattributes
CHANGED
|
@@ -37,3 +37,4 @@ FastLlama-3.2-1B-Instruct-f16.gguf filter=lfs diff=lfs merge=lfs -text
|
|
| 37 |
FastLlama-3.2-1B-Instruct-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
FastLlama-3.2-1B-Instruct-Q6_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
FastLlama-3.2-1B-Instruct-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 37 |
FastLlama-3.2-1B-Instruct-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
FastLlama-3.2-1B-Instruct-Q6_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
FastLlama-3.2-1B-Instruct-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
FastLlama-3.2-1B-Instruct-Q5_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
FastLlama-3.2-1B-Instruct-Q5_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e4630c1a7f602eb4cfe4da5b0d6aa530c21e096cf466a5bc43201f7115e6c9e9
|
| 3 |
+
size 975119072
|