Text Generation
GGUF
Portuguese
llama.cpp
quantized
llama-cpp
imatrix
llama
portuguese
european-portuguese
kld-measured
conversational
Instructions to use KikoCis/AMALIA-9B-0626-SFT-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use KikoCis/AMALIA-9B-0626-SFT-GGUF 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 KikoCis/AMALIA-9B-0626-SFT-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf KikoCis/AMALIA-9B-0626-SFT-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf KikoCis/AMALIA-9B-0626-SFT-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf KikoCis/AMALIA-9B-0626-SFT-GGUF: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 KikoCis/AMALIA-9B-0626-SFT-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf KikoCis/AMALIA-9B-0626-SFT-GGUF: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 KikoCis/AMALIA-9B-0626-SFT-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf KikoCis/AMALIA-9B-0626-SFT-GGUF:Q4_K_M
Use Docker
docker model run hf.co/KikoCis/AMALIA-9B-0626-SFT-GGUF:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use KikoCis/AMALIA-9B-0626-SFT-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "KikoCis/AMALIA-9B-0626-SFT-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "KikoCis/AMALIA-9B-0626-SFT-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/KikoCis/AMALIA-9B-0626-SFT-GGUF:Q4_K_M
- Ollama
How to use KikoCis/AMALIA-9B-0626-SFT-GGUF with Ollama:
ollama run hf.co/KikoCis/AMALIA-9B-0626-SFT-GGUF:Q4_K_M
- Unsloth Studio
How to use KikoCis/AMALIA-9B-0626-SFT-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 KikoCis/AMALIA-9B-0626-SFT-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 KikoCis/AMALIA-9B-0626-SFT-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for KikoCis/AMALIA-9B-0626-SFT-GGUF to start chatting
- Docker Model Runner
How to use KikoCis/AMALIA-9B-0626-SFT-GGUF with Docker Model Runner:
docker model run hf.co/KikoCis/AMALIA-9B-0626-SFT-GGUF:Q4_K_M
- Lemonade
How to use KikoCis/AMALIA-9B-0626-SFT-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull KikoCis/AMALIA-9B-0626-SFT-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.AMALIA-9B-0626-SFT-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Add files using upload-large-folder tool
Browse files- .gitattributes +7 -0
- amalia-9b-IQ2_M.gguf +3 -0
- amalia-9b-IQ4_XS.gguf +3 -0
- amalia-9b-Q3_K_M.gguf +3 -0
- amalia-9b-Q4_K_M.gguf +3 -0
- amalia-9b-Q5_K_M.gguf +3 -0
- amalia-9b-Q6_K.gguf +3 -0
- amalia-9b-Q8_0.gguf +3 -0
.gitattributes
CHANGED
|
@@ -35,3 +35,10 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
amalia-9b-pt.imatrix filter=lfs diff=lfs merge=lfs -text
|
| 37 |
banner.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
amalia-9b-pt.imatrix filter=lfs diff=lfs merge=lfs -text
|
| 37 |
banner.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
amalia-9b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
amalia-9b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
amalia-9b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
amalia-9b-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
amalia-9b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
amalia-9b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
amalia-9b-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
|
amalia-9b-IQ2_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c653273b579c7a8ae813389db68178f3520fff2735aee6a4799f194ddef29b6d
|
| 3 |
+
size 3333085728
|
amalia-9b-IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6111748cecc0d26478194412cc34f0eb63f91b1b62098755298019f868b503b1
|
| 3 |
+
size 5045541408
|
amalia-9b-Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2187c384a1d879825e3fab47867530093765dd5b1509393b179e73dc332302ab
|
| 3 |
+
size 4553136672
|
amalia-9b-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e1be526dea752b1cd8e019d0b6444c9cb76f812a37e1f9bc309360923d6a1718
|
| 3 |
+
size 5582838304
|
amalia-9b-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9487ae725635c5ca6b7c4e3768ca8bd9e28adcb2e88ff0a54d6e87250e999368
|
| 3 |
+
size 6518168096
|
amalia-9b-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ced1482efee12a7261fc6cd7df626412bb933a7c00ec4c49b82d0e495ba32fc9
|
| 3 |
+
size 7511956000
|
amalia-9b-Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e5f379dc7fb1ebe20ac5ebd4ee20f8efddd33ef94c3de5652bde26467183867
|
| 3 |
+
size 9728448768
|