CoolFace
Modelpublic

fleetml/Qwen3.8-27B-Uncensored-NVFP4-RTX5090

sourceHugging Faceapache-2.0updated 26d agoView on Hugging Face
11likes27kdownloads
Model Card

Qwen3.8-27B Uncensored NVFP4 RTX 5090

RTX 5090 optimized ModelOpt NVFP4 conversion of orcarouter/Qwen3.8-27B-Uncensored, produced directly from the original BF16 safetensors.

This checkpoint preserves the Qwen3.8 vision-language architecture and native MTP tensors. It is paired with the target-matched fleetml/Qwen3.8-27B-Uncensored-DSpark-RTX5090, now released in ModelOpt NVFP4.

Combined release

ComponentDisk sizeGPU weight allocation
NVFP4 target20.59 GB18.80 GB
NVFP4 DSpark drafter1.64 GB1.70 GB
Combined pair22.24 GB20.50 GB

The validated Hermes serving profile launches with a 122,880-token context limit. SGLang automatically allocated an 87,798-token active pool and left 2.83 GB of GPU memory free after cache allocation and CUDA graph capture on one RTX 5090.

Context fieldTokens
Architecture maximum262,144
Validated launch context122,880
Automatically allocated active pool87,798

Measured performance

The current NVFP4 target and NVFP4 drafter profile reached 217.73 tokens per second median decode across 18 successful requests on one RTX 5090.

MetricResult
Requests18 of 18 successful
Median decode217.73 tokens per second
Median time to first token0.113 seconds
P95 time to first token0.149 seconds
Generated tokens per request26 to 640
Total generated tokens3,633

Test conditions were concurrency 1, temperature 0, two warmups, three repeats across six prompts, FP8 E4M3 KV cache, and a fixed request seed. Decode throughput excludes prompt processing and time to first token. The 16,000-token request setting was a ceiling. This result is not a sustained 16,000-token generation measurement.

The earlier deterministic BF16 drafter profile measured 139.32 tokens per second with a 16,384-token active pool. Its full standard decoding, native MTP, public DSpark, and trained DSpark comparison remains available in benchmarks/benchmark-summary.json.

Checkpoint

FieldValue
Source revision404ea47aaa5d8a8b00049c9e9750089aca011ab2
FormatModelOpt NVFP4 safetensors
Export size20,593,147,464 bytes
ArchitectureQwen3_5ForConditionalGeneration
Native MTP tensors15
Recommended runtimeSGLang Qwen3.8 image
Recommended hardwareNVIDIA RTX 5090 32 GB

Run with the matched NVFP4 DSpark drafter

bash
docker run --rm --gpus all --ipc=host -p 30000:30000 \
  lmsysorg/sglang:qwen38-27b \
  sglang serve \
  --model-path fleetml/Qwen3.8-27B-Uncensored-NVFP4-RTX5090 \
  --quantization modelopt_fp4 \
  --trust-remote-code \
  --speculative-algorithm DSPARK \
  --speculative-draft-model-path fleetml/Qwen3.8-27B-Uncensored-DSpark-RTX5090 \
  --speculative-draft-model-quantization modelopt_fp4 \
  --speculative-dspark-block-size 7 \
  --speculative-num-steps 1 \
  --speculative-eagle-topk 1 \
  --context-length 122880 \
  --max-mamba-cache-size 8 \
  --kv-cache-dtype fp8_e4m3 \
  --attention-backend flashinfer \
  --chunked-prefill-size 1024 \
  --mamba-radix-cache-strategy extra_buffer_lazy \
  --mamba-ssm-dtype bfloat16 \
  --mm-feature-transport cpu \
  --cuda-graph-max-bs-decode 1 \
  --mem-fraction-static 0.86 \
  --max-running-requests 1 \
  --reasoning-parser qwen3 \
  --tool-call-parser qwen3_coder \
  --host 0.0.0.0 \
  --port 30000

The active token pool is allocated automatically. Available capacity can vary slightly with the runtime build and GPU state.

Provenance

  • —Base model: Qwen/Qwen3.8-27B
  • —BF16 source: orcarouter/Qwen3.8-27B-Uncensored
  • —Quantization: NVIDIA ModelOpt 0.47.0.dev70, commit c4129b6e
  • —Calibration: 126 tokenized UltraChat conversations
  • —Validation: complete shard, tensor, dtype, MTP, load, API, Hermes, and benchmark checks

Use

This checkpoint is intended for controlled local research, evaluation, and agent development. Use it responsibly and comply with the Apache 2.0 license and applicable law.