Instructions to use PabloHoties/gpt2-small-portuguese-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 PabloHoties/gpt2-small-portuguese-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 PabloHoties/gpt2-small-portuguese-gguf:Q4_K_M # Run inference directly in the terminal: llama cli -hf PabloHoties/gpt2-small-portuguese-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 PabloHoties/gpt2-small-portuguese-gguf:Q4_K_M # Run inference directly in the terminal: llama cli -hf PabloHoties/gpt2-small-portuguese-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 PabloHoties/gpt2-small-portuguese-gguf:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf PabloHoties/gpt2-small-portuguese-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 PabloHoties/gpt2-small-portuguese-gguf:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf PabloHoties/gpt2-small-portuguese-gguf:Q4_K_M
Use Docker
docker model run hf.co/PabloHoties/gpt2-small-portuguese-gguf:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use PabloHoties/gpt2-small-portuguese-gguf with Ollama:
ollama run hf.co/PabloHoties/gpt2-small-portuguese-gguf:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use PabloHoties/gpt2-small-portuguese-gguf with Docker Model Runner:
docker model run hf.co/PabloHoties/gpt2-small-portuguese-gguf:Q4_K_M
- Lemonade
How to use PabloHoties/gpt2-small-portuguese-gguf with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull PabloHoties/gpt2-small-portuguese-gguf:Q4_K_M
Run and chat with the model
lemonade run user.gpt2-small-portuguese-gguf-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Add GGUF quantizations (F16, Q8_0, Q6_K, Q5, Q4)
Browse files
.gitattributes
CHANGED
|
@@ -33,3 +33,10 @@ 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 |
+
gpt2-small-portuguese-f16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
gpt2-small-portuguese-q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
gpt2-small-portuguese-q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
gpt2-small-portuguese-q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
gpt2-small-portuguese-q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
gpt2-small-portuguese-q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
gpt2-small-portuguese-q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
gpt2-small-portuguese-f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:67ebc2561f0698ec505db3a00e1e46cc04c973c802bfb4dd671b643e3c59dc9f
|
| 3 |
+
size 329768928
|
gpt2-small-portuguese-q4_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d606648593a2ac75bf332d1cc1287109f323c8526849682e6ff7066bed0181a3
|
| 3 |
+
size 106658816
|
gpt2-small-portuguese-q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:12c2959a5275ce8560f00e49f5a9b2c0a46790087a2b602c717c0bcc791d0d23
|
| 3 |
+
size 112962560
|
gpt2-small-portuguese-q5_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3fca8b4a7f043c17c453b3b4894cbc9126ec5705039b1545fbe3b62ac2c7bf0b
|
| 3 |
+
size 122100320
|
gpt2-small-portuguese-q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:20623e6d5ab42f7b798f3207540865fae6407bed5ad9a3a82c72afeec24a2be5
|
| 3 |
+
size 126800480
|
gpt2-small-portuguese-q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:edf6c9bbb9b5add22b2f469d6db0a8ceae357460fc2a758f82fd4d4ae045e873
|
| 3 |
+
size 138506912
|
gpt2-small-portuguese-q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6acbfe09da41b078ec43bcc77b4d312937b9d1223e1ed2d9fe834d02a78760a3
|
| 3 |
+
size 177772640
|