Text Generation
memra
GGUF
nvfp4
speculative-decoding
mtp
conversational
blackwell
qwen3
Eval Results (legacy)
Instructions to use tiyuvta/Qwen3.8-27B-NVFP4-MTP-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- memra
How to use tiyuvta/Qwen3.8-27B-NVFP4-MTP-GGUF with memra:
# memra serves NVIDIA Blackwell workstation and consumer cards (sm_120a), with a # compile-gated Hopper lane. Prebuilt binaries need Linux x86_64 and driver 580+, # and no CUDA toolkit. curl -fsSL https://raw.githubusercontent.com/avifenesh/memra/main/tools/install.sh | sh
# One chat-templated generation. In a repo with several GGUF files, append # :<substring> to choose one, for example hf:tiyuvta/Qwen3.8-27B-NVFP4-MTP-GGUF:Q4_K_M MEMRA_CHAT=1 run-gen hf:tiyuvta/Qwen3.8-27B-NVFP4-MTP-GGUF --prompt "Explain KV caches in one sentence."
# Or an OpenAI-compatible server on 127.0.0.1:8080. MEMRA_MODELS="model=hf:tiyuvta/Qwen3.8-27B-NVFP4-MTP-GGUF" memra-server
- Notebooks
- Google Colab
- Kaggle
Upload Qwen3.8-27B-NVFP4-Q5K-mtp.gguf with huggingface_hub
Browse files- .gitattributes +1 -0
- Qwen3.8-27B-NVFP4-Q5K-mtp.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ 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 |
+
Qwen3.8-27B-NVFP4-Q5K-mtp.gguf filter=lfs diff=lfs merge=lfs -text
|
Qwen3.8-27B-NVFP4-Q5K-mtp.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1facf36c2db359dcf9c2475cf8f85fe84a528d10aaaaff20f7c0db3d561e024a
|
| 3 |
+
size 15705922304
|