Views
No views yet
W4A16 / BF16-activation export of microsoft/FastContext-1.0-4B-RL produced with llmcompressor in compressed-tensors format for vLLM deployment on Ampere-class and newer NVIDIA GPUs.microsoft/FastContext-1.0-4B-RLbd530b8e1f9a59b12e77061d9fe1e018f6eabe42W4A16128bfloat16llmcompressor + compressed-tensorscompressed-tensors962440967.37347.1517-3.01%1from transformers import AutoTokenizer, AutoModelForCausalLM
2
3model_id = "useful-quants/FastContext-1.0-4B-RL-w4a16-g128"
4tokenizer = AutoTokenizer.from_pretrained(model_id)
5model = AutoModelForCausalLM.from_pretrained(model_id, device_map="auto")vllm serve useful-quants/FastContext-1.0-4B-RL-w4a16-g128 --quantization compressed-tensorsvllm 0.23.0 after upload.1python -m vllm.entrypoints.openai.api_server \
2 --model /path/to/FastContext-1.0-4B-RL-w4a16-g128 \
3 --quantization compressed-tensors \
4 --max-model-len 4096 \
5 --gpu-memory-utilization 0.7 \
6 --enforce-eager \
7 --host 127.0.0.1 \
8 --port 8011/v1/models returned the model successfully.Return exactly: calibration-pass returned calibration-pass.Write one rg command to search for OAuth callback state validation. No explanation. returned a valid rg command.recipe.yaml: exact GPTQ recipe used for this exportcalibration_text.jsonl: chat-rendered calibration corpuseval_text.jsonl: held-out evaluation corpusquantization_report.json: environment, perplexity, and generation checksvllm_smoke_test.json: exact local vLLM smoke-test command and responses