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-IQ3_M.gguf with huggingface_hub
Browse files- .gitattributes +1 -0
- FastLlama-3.2-1B-Instruct-IQ3_M.gguf +3 -0
.gitattributes
CHANGED
|
@@ -49,3 +49,4 @@ FastLlama-3.2-1B-Instruct-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
|
| 49 |
FastLlama-3.2-1B-Instruct-Q3_K_XL.gguf filter=lfs diff=lfs merge=lfs -text
|
| 50 |
FastLlama-3.2-1B-Instruct-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 51 |
FastLlama-3.2-1B-Instruct-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 49 |
FastLlama-3.2-1B-Instruct-Q3_K_XL.gguf filter=lfs diff=lfs merge=lfs -text
|
| 50 |
FastLlama-3.2-1B-Instruct-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 51 |
FastLlama-3.2-1B-Instruct-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
FastLlama-3.2-1B-Instruct-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
FastLlama-3.2-1B-Instruct-IQ3_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e91ecda9be47a0e76fb5030519769132f137ca619a7a4357ba198f5cdd1d9fe
|
| 3 |
+
size 657289952
|