Instructions to use mradermacher/ecastera-eva-westlake-7b-spanish-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/ecastera-eva-westlake-7b-spanish-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/ecastera-eva-westlake-7b-spanish-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/ecastera-eva-westlake-7b-spanish-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 mradermacher/ecastera-eva-westlake-7b-spanish-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/ecastera-eva-westlake-7b-spanish-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 mradermacher/ecastera-eva-westlake-7b-spanish-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/ecastera-eva-westlake-7b-spanish-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 mradermacher/ecastera-eva-westlake-7b-spanish-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/ecastera-eva-westlake-7b-spanish-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 mradermacher/ecastera-eva-westlake-7b-spanish-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/ecastera-eva-westlake-7b-spanish-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/ecastera-eva-westlake-7b-spanish-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/ecastera-eva-westlake-7b-spanish-GGUF with Ollama:
ollama run hf.co/mradermacher/ecastera-eva-westlake-7b-spanish-GGUF:Q4_K_M
- Unsloth Studio
How to use mradermacher/ecastera-eva-westlake-7b-spanish-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 mradermacher/ecastera-eva-westlake-7b-spanish-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 mradermacher/ecastera-eva-westlake-7b-spanish-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for mradermacher/ecastera-eva-westlake-7b-spanish-GGUF to start chatting
- Docker Model Runner
How to use mradermacher/ecastera-eva-westlake-7b-spanish-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/ecastera-eva-westlake-7b-spanish-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/ecastera-eva-westlake-7b-spanish-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/ecastera-eva-westlake-7b-spanish-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.ecastera-eva-westlake-7b-spanish-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
uploaded from rich1
Browse files- .gitattributes +12 -0
- ecastera-eva-westlake-7b-spanish.IQ4_XS.gguf +3 -0
- ecastera-eva-westlake-7b-spanish.Q2_K.gguf +3 -0
- ecastera-eva-westlake-7b-spanish.Q3_K_L.gguf +3 -0
- ecastera-eva-westlake-7b-spanish.Q3_K_M.gguf +3 -0
- ecastera-eva-westlake-7b-spanish.Q3_K_S.gguf +3 -0
- ecastera-eva-westlake-7b-spanish.Q4_K_M.gguf +3 -0
- ecastera-eva-westlake-7b-spanish.Q4_K_S.gguf +3 -0
- ecastera-eva-westlake-7b-spanish.Q5_K_M.gguf +3 -0
- ecastera-eva-westlake-7b-spanish.Q5_K_S.gguf +3 -0
- ecastera-eva-westlake-7b-spanish.Q6_K.gguf +3 -0
- ecastera-eva-westlake-7b-spanish.Q8_0.gguf +3 -0
- ecastera-eva-westlake-7b-spanish.f16.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,15 @@ 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 |
+
ecastera-eva-westlake-7b-spanish.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
ecastera-eva-westlake-7b-spanish.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
ecastera-eva-westlake-7b-spanish.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
ecastera-eva-westlake-7b-spanish.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
ecastera-eva-westlake-7b-spanish.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
ecastera-eva-westlake-7b-spanish.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
ecastera-eva-westlake-7b-spanish.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
ecastera-eva-westlake-7b-spanish.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
ecastera-eva-westlake-7b-spanish.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
ecastera-eva-westlake-7b-spanish.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
ecastera-eva-westlake-7b-spanish.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
ecastera-eva-westlake-7b-spanish.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
ecastera-eva-westlake-7b-spanish.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4676d4b4f5148f27f5d591470a656eab5e73a296a0ca2745f09535cf3e114430
|
| 3 |
+
size 3944390048
|
ecastera-eva-westlake-7b-spanish.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8da0bf1a0e9596ea4f52722ac568dfbd7f9c9ceb993b30c1d5ad3d0a5a719afa
|
| 3 |
+
size 2719243680
|
ecastera-eva-westlake-7b-spanish.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3a6a0a6b4401ec27a62083f0ec3c2f8270ae23283aec29a55bb6b97e6679b90d
|
| 3 |
+
size 3822026144
|
ecastera-eva-westlake-7b-spanish.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:18b21938c5158ebda231b16b1f1772743e845aa79c77d136b1ae16367ddbecf0
|
| 3 |
+
size 3518987680
|
ecastera-eva-westlake-7b-spanish.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f2cc04d33a17fd508e08986ff3661ec2a1fa77a33ceb7bbed6a179096a2ee2e3
|
| 3 |
+
size 3164568992
|
ecastera-eva-westlake-7b-spanish.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a33e2befd25f5d4b6d6cf121aeb887e7536dc4faefe6ff1149cfb05fa72a083c
|
| 3 |
+
size 4368440736
|
ecastera-eva-westlake-7b-spanish.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:92f65391302e55dc62b6a7b5ea4a5ed0700ba6bf7121a7c34e681c2ad14382e4
|
| 3 |
+
size 4140375456
|
ecastera-eva-westlake-7b-spanish.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f46c33818c91ac72e2986d5baa91f548516d0cae139881f081bbf65e0cd10eb5
|
| 3 |
+
size 5131410848
|
ecastera-eva-westlake-7b-spanish.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c2857300f87527d891bd63aaa09f49217dba25e53dbb71c71c317cf4b83c3cfc
|
| 3 |
+
size 4997717408
|
ecastera-eva-westlake-7b-spanish.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4665aad7e0bdfe4145d70681977556facafee8243b33908cfe609ebf2477368a
|
| 3 |
+
size 5942066592
|
ecastera-eva-westlake-7b-spanish.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5676cf9fa533b49eca34e5a92d38dba359b62220fab2821b1fde46d8527ae7d1
|
| 3 |
+
size 7695859104
|
ecastera-eva-westlake-7b-spanish.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8728c0f10bcab3f68be3c4fc9d9db803abbe55f3db3c35cd3746a46102140690
|
| 3 |
+
size 14484733344
|