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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

FINAL-Bench
/
AETHER-7B-7Attn-base

Text Generation
Transformers
Safetensors
Korean
English
aether_v2_7way
aether
vidraft
open-weight
heterogeneous-attention
custom_code
Model card Files Files and versions
xet
Community

Instructions to use FINAL-Bench/AETHER-7B-7Attn-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use FINAL-Bench/AETHER-7B-7Attn-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-generation", model="FINAL-Bench/AETHER-7B-7Attn-base", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForCausalLM
    model = AutoModelForCausalLM.from_pretrained("FINAL-Bench/AETHER-7B-7Attn-base", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • vLLM

    How to use FINAL-Bench/AETHER-7B-7Attn-base with vLLM:

    Install from pip and serve model
    # Install vLLM from pip:
    pip install vllm
    # Start the vLLM server:
    vllm serve "FINAL-Bench/AETHER-7B-7Attn-base"
    # Call the server using curl (OpenAI-compatible API):
    curl -X POST "http://localhost:8000/v1/completions" \
    	-H "Content-Type: application/json" \
    	--data '{
    		"model": "FINAL-Bench/AETHER-7B-7Attn-base",
    		"prompt": "Once upon a time,",
    		"max_tokens": 512,
    		"temperature": 0.5
    	}'
    Use Docker
    docker model run hf.co/FINAL-Bench/AETHER-7B-7Attn-base
  • SGLang

    How to use FINAL-Bench/AETHER-7B-7Attn-base 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 "FINAL-Bench/AETHER-7B-7Attn-base" \
        --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": "FINAL-Bench/AETHER-7B-7Attn-base",
    		"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 "FINAL-Bench/AETHER-7B-7Attn-base" \
            --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": "FINAL-Bench/AETHER-7B-7Attn-base",
    		"prompt": "Once upon a time,",
    		"max_tokens": 512,
    		"temperature": 0.5
    	}'
  • Docker Model Runner

    How to use FINAL-Bench/AETHER-7B-7Attn-base with Docker Model Runner:

    docker model run hf.co/FINAL-Bench/AETHER-7B-7Attn-base
AETHER-7B-7Attn-base
13.2 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 25 commits
SeaWolf-AI's picture
SeaWolf-AI
remove oheng/์˜คํ–‰ references (pass 2)
e1bcc26 verified 10 days ago
  • aether_pkg
    remove oheng/์˜คํ–‰ references (pass 2) 10 days ago
  • .gitattributes
    1.57 kB
    Upload tokenizer.json with huggingface_hub 12 days ago
  • README.md
    5.5 kB
    fix: restore YAML frontmatter (CRLF double-conversion broke metadata) 10 days ago
  • config.json
    1.41 kB
    fix: make model loadable via AutoModelForCausalLM (auto_map + root modules + GenerationMixin) 11 days ago
  • configuration_aether_v2_7way.py
    3.03 kB
    fix: make model loadable via AutoModelForCausalLM (auto_map + root modules + GenerationMixin) 11 days ago
  • differential.py
    5.91 kB
    fix: make model loadable via AutoModelForCausalLM (auto_map + root modules + GenerationMixin) 11 days ago
  • latin_square.svg
    16.1 kB
    Upload latin_square.svg with huggingface_hub 12 days ago
  • model.safetensors
    13.2 GB
    xet
    Upload model.safetensors with huggingface_hub 12 days ago
  • modeling_aether_v2_7way.py
    38.1 kB
    remove oheng/์˜คํ–‰ references (pass 2) 10 days ago
  • nsa.py
    12.9 kB
    fix: make model loadable via AutoModelForCausalLM (auto_map + root modules + GenerationMixin) 11 days ago
  • tokenizer.json
    11.4 MB
    xet
    Upload tokenizer.json with huggingface_hub 12 days ago
  • tokenizer_config.json
    665 Bytes
    Upload tokenizer_config.json with huggingface_hub 12 days ago