Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

cococoomo
/
Exaone3.5-7.8B_ReST_V0_Quantized

Text Generation
Safetensors
Korean
English
exaone
llm
instruction-tuned
quantized
awq
vllm
medical
conversational
custom_code
4-bit precision
Model card Files Files and versions
xet
Community

Instructions to use cococoomo/Exaone3.5-7.8B_ReST_V0_Quantized with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Local Apps
  • vLLM

    How to use cococoomo/Exaone3.5-7.8B_ReST_V0_Quantized with vLLM:

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

    How to use cococoomo/Exaone3.5-7.8B_ReST_V0_Quantized 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 "cococoomo/Exaone3.5-7.8B_ReST_V0_Quantized" \
        --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": "cococoomo/Exaone3.5-7.8B_ReST_V0_Quantized",
    		"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 "cococoomo/Exaone3.5-7.8B_ReST_V0_Quantized" \
            --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": "cococoomo/Exaone3.5-7.8B_ReST_V0_Quantized",
    		"messages": [
    			{
    				"role": "user",
    				"content": "What is the capital of France?"
    			}
    		]
    	}'
  • Docker Model Runner

    How to use cococoomo/Exaone3.5-7.8B_ReST_V0_Quantized with Docker Model Runner:

    docker model run hf.co/cococoomo/Exaone3.5-7.8B_ReST_V0_Quantized
Exaone3.5-7.8B_ReST_V0_Quantized
5.32 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
cococoomo's picture
cococoomo
Create README.md
0a52707 verified about 2 months ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    1.72 kB
    Create README.md about 2 months ago
  • config.json
    1.45 kB
    Upload folder using huggingface_hub about 1 year ago
  • configuration_exaone.py
    9.95 kB
    Upload folder using huggingface_hub about 1 year ago
  • generation_config.json
    155 Bytes
    Upload folder using huggingface_hub about 1 year ago
  • merges.txt
    1.22 MB
    Upload folder using huggingface_hub about 1 year ago
  • model-00001-of-00002.safetensors
    4.47 GB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • model-00002-of-00002.safetensors
    839 MB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • model.safetensors.index.json
    61.7 kB
    Upload folder using huggingface_hub about 1 year ago
  • special_tokens_map.json
    563 Bytes
    Upload folder using huggingface_hub about 1 year ago
  • tokenizer.json
    7.91 MB
    Upload folder using huggingface_hub about 1 year ago
  • tokenizer_config.json
    71 kB
    Upload folder using huggingface_hub about 1 year ago
  • vocab.json
    1.93 MB
    Upload folder using huggingface_hub about 1 year ago