Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

teolm30
/
Fox-1.5

Text Generation
Safetensors
English
multilingual
qwen2
4-bit precision
gptq
quantized
coding
reasoning
agentic
7b
conversational
Model card Files Files and versions
xet
Community

Instructions to use teolm30/Fox-1.5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Local Apps
  • vLLM

    How to use teolm30/Fox-1.5 with vLLM:

    Install from pip and serve model
    # Install vLLM from pip:
    pip install vllm
    # Start the vLLM server:
    vllm serve "teolm30/Fox-1.5"
    # Call the server using curl (OpenAI-compatible API):
    curl -X POST "http://localhost:8000/v1/chat/completions" \
    	-H "Content-Type: application/json" \
    	--data '{
    		"model": "teolm30/Fox-1.5",
    		"messages": [
    			{
    				"role": "user",
    				"content": "What is the capital of France?"
    			}
    		]
    	}'
    Use Docker
    docker model run hf.co/teolm30/Fox-1.5
  • SGLang

    How to use teolm30/Fox-1.5 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 "teolm30/Fox-1.5" \
        --host 0.0.0.0 \
        --port 30000
    # Call the server using curl (OpenAI-compatible API):
    curl -X POST "http://localhost:30000/v1/chat/completions" \
    	-H "Content-Type: application/json" \
    	--data '{
    		"model": "teolm30/Fox-1.5",
    		"messages": [
    			{
    				"role": "user",
    				"content": "What is the capital of France?"
    			}
    		]
    	}'
    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 "teolm30/Fox-1.5" \
            --host 0.0.0.0 \
            --port 30000
    # Call the server using curl (OpenAI-compatible API):
    curl -X POST "http://localhost:30000/v1/chat/completions" \
    	-H "Content-Type: application/json" \
    	--data '{
    		"model": "teolm30/Fox-1.5",
    		"messages": [
    			{
    				"role": "user",
    				"content": "What is the capital of France?"
    			}
    		]
    	}'
  • Docker Model Runner

    How to use teolm30/Fox-1.5 with Docker Model Runner:

    docker model run hf.co/teolm30/Fox-1.5
Fox-1.5
5.59 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
teolm30's picture
teolm30
Move benchmark board to top of model card
3d77485 verified 14 days ago
  • .gitattributes
    1.56 kB
    Fox 1.5 - Qwen2.5-7B-Instruct GPTQ-Int4 15 days ago
  • LICENSE
    11.3 kB
    Fox 1.5 - Qwen2.5-7B-Instruct GPTQ-Int4 15 days ago
  • README.md
    2.47 kB
    Move benchmark board to top of model card 14 days ago
  • config.json
    1.26 kB
    Fox 1.5 - Qwen2.5-7B-Instruct GPTQ-Int4 15 days ago
  • generation_config.json
    243 Bytes
    Fox 1.5 - Qwen2.5-7B-Instruct GPTQ-Int4 15 days ago
  • merges.txt
    1.67 MB
    Fox 1.5 - Qwen2.5-7B-Instruct GPTQ-Int4 15 days ago
  • model-00001-of-00002.safetensors
    4 GB
    xet
    Fox 1.5 - Qwen2.5-7B-Instruct GPTQ-Int4 15 days ago
  • model-00002-of-00002.safetensors
    1.58 GB
    xet
    Fox 1.5 - Qwen2.5-7B-Instruct GPTQ-Int4 15 days ago
  • model.safetensors.index.json
    75.4 kB
    Fox 1.5 - Qwen2.5-7B-Instruct GPTQ-Int4 15 days ago
  • tokenizer.json
    7.03 MB
    Fox 1.5 - Qwen2.5-7B-Instruct GPTQ-Int4 15 days ago
  • tokenizer_config.json
    7.31 kB
    Fox 1.5 - Qwen2.5-7B-Instruct GPTQ-Int4 15 days ago
  • vocab.json
    2.78 MB
    Fox 1.5 - Qwen2.5-7B-Instruct GPTQ-Int4 15 days ago