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-IQ4_NL.gguf with huggingface_hub
Browse files- .gitattributes +1 -0
- FastLlama-3.2-1B-Instruct-IQ4_NL.gguf +3 -0
.gitattributes
CHANGED
|
@@ -44,3 +44,4 @@ FastLlama-3.2-1B-Instruct-Q4_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
|
| 44 |
FastLlama-3.2-1B-Instruct-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
FastLlama-3.2-1B-Instruct-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
FastLlama-3.2-1B-Instruct-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 44 |
FastLlama-3.2-1B-Instruct-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
FastLlama-3.2-1B-Instruct-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
FastLlama-3.2-1B-Instruct-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
FastLlama-3.2-1B-Instruct-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text
|
FastLlama-3.2-1B-Instruct-IQ4_NL.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:333974164730d32180608bf756f238edde93ac94a73be63e25c449b1d7ea1370
|
| 3 |
+
size 773026528
|