Text Generation
Transformers
Safetensors
deepseek_v4
cybersecurity
ctf
autonomous-agent
mixture-of-experts
long-context
reinforcement-learning
grpo
lora
security-research
fp8
Instructions to use Chunjiang-Intelligence/DeepSeek-v4-Fable with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Chunjiang-Intelligence/DeepSeek-v4-Fable with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="Chunjiang-Intelligence/DeepSeek-v4-Fable")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("Chunjiang-Intelligence/DeepSeek-v4-Fable") model = AutoModelForCausalLM.from_pretrained("Chunjiang-Intelligence/DeepSeek-v4-Fable") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use Chunjiang-Intelligence/DeepSeek-v4-Fable with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "Chunjiang-Intelligence/DeepSeek-v4-Fable" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Chunjiang-Intelligence/DeepSeek-v4-Fable", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/Chunjiang-Intelligence/DeepSeek-v4-Fable
- SGLang
How to use Chunjiang-Intelligence/DeepSeek-v4-Fable with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "Chunjiang-Intelligence/DeepSeek-v4-Fable" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Chunjiang-Intelligence/DeepSeek-v4-Fable", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "Chunjiang-Intelligence/DeepSeek-v4-Fable" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Chunjiang-Intelligence/DeepSeek-v4-Fable", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use Chunjiang-Intelligence/DeepSeek-v4-Fable with Docker Model Runner:
docker model run hf.co/Chunjiang-Intelligence/DeepSeek-v4-Fable
Commit History
Delete DeepSeek-V4-Flash.index.json with huggingface_hub 9999091 verified
Delete DeepSeek-V4-Flash-00032-of-00032.safetensors with huggingface_hub 6da0350 verified
Delete DeepSeek-V4-Flash-00031-of-00032.safetensors with huggingface_hub a0193e6 verified
Delete DeepSeek-V4-Flash-00030-of-00032.safetensors with huggingface_hub 57cbe88 verified
Delete DeepSeek-V4-Flash-00029-of-00032.safetensors with huggingface_hub 0510902 verified
Delete DeepSeek-V4-Flash-00028-of-00032.safetensors with huggingface_hub 3c90b1c verified
Delete DeepSeek-V4-Flash-00027-of-00032.safetensors with huggingface_hub 640ada9 verified
Delete DeepSeek-V4-Flash-00026-of-00032.safetensors with huggingface_hub 163a698 verified
Delete DeepSeek-V4-Flash-00025-of-00032.safetensors with huggingface_hub f927653 verified
Delete DeepSeek-V4-Flash-00024-of-00032.safetensors with huggingface_hub f63d6fd verified
Delete DeepSeek-V4-Flash-00023-of-00032.safetensors with huggingface_hub b184e2b verified
Delete DeepSeek-V4-Flash-00022-of-00032.safetensors with huggingface_hub 14466ba verified
Delete DeepSeek-V4-Flash-00021-of-00032.safetensors with huggingface_hub fb9e5b9 verified
Delete DeepSeek-V4-Flash-00020-of-00032.safetensors with huggingface_hub 3d4b22b verified
Delete DeepSeek-V4-Flash-00019-of-00032.safetensors with huggingface_hub 547b623 verified
Delete DeepSeek-V4-Flash-00018-of-00032.safetensors with huggingface_hub a6ff237 verified
Delete DeepSeek-V4-Flash-00017-of-00032.safetensors with huggingface_hub d121632 verified
Delete DeepSeek-V4-Flash-00016-of-00032.safetensors with huggingface_hub d8d22a5 verified
Delete DeepSeek-V4-Flash-00015-of-00032.safetensors with huggingface_hub 88f4157 verified
Delete DeepSeek-V4-Flash-00014-of-00032.safetensors with huggingface_hub 55a8dbd verified
Delete DeepSeek-V4-Flash-00013-of-00032.safetensors with huggingface_hub 1289717 verified
Delete DeepSeek-V4-Flash-00012-of-00032.safetensors with huggingface_hub 2555a03 verified
Delete DeepSeek-V4-Flash-00011-of-00032.safetensors with huggingface_hub 062379a verified
Delete DeepSeek-V4-Flash-00010-of-00032.safetensors with huggingface_hub a6858b3 verified
Delete DeepSeek-V4-Flash-00009-of-00032.safetensors with huggingface_hub 0daf0f7 verified
Delete DeepSeek-V4-Flash-00008-of-00032.safetensors with huggingface_hub 8a284a0 verified
Delete DeepSeek-V4-Flash-00007-of-00032.safetensors with huggingface_hub fca6a06 verified
Delete DeepSeek-V4-Flash-00006-of-00032.safetensors with huggingface_hub 6983141 verified
Delete DeepSeek-V4-Flash-00005-of-00032.safetensors with huggingface_hub 4413598 verified
Delete DeepSeek-V4-Flash-00004-of-00032.safetensors with huggingface_hub 525a80c verified
Delete DeepSeek-V4-Flash-00003-of-00032.safetensors with huggingface_hub fd88c85 verified
Delete DeepSeek-V4-Flash-00002-of-00032.safetensors with huggingface_hub eae710b verified
Delete DeepSeek-V4-Flash-00001-of-00032.safetensors with huggingface_hub 99052b5 verified
Upload folder using huggingface_hub 02a53e6 verified
Upload folder using huggingface_hub 344cdc3 verified
Upload folder using huggingface_hub 0d75152 verified
Upload folder using huggingface_hub 0c03d14 verified
Upload folder using huggingface_hub 039c52e verified
Upload folder using huggingface_hub 1f42aa5 verified
Delete vocab.json cac4b08 verified
Delete tokenizer_config.json 6530159 verified
Delete tokenizer.json aac6908 verified
Delete merges.txt a264dcb verified
Delete model.safetensors.index.json 3bfa7fd verified
Delete deepseek-v4-flash_adapters.safetensors 2921496 verified
Upload folder using huggingface_hub 1fb2ee0 verified
update 4c7f1fa
Gaolingx commited on