Text Generation
Transformers
Safetensors
llama
speculative-decoding
draft-model
eagle3
inference-acceleration
Eval Results (legacy)
text-generation-inference
Instructions to use nebius/EAGLE3-Llama-3.3-70B-Instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nebius/EAGLE3-Llama-3.3-70B-Instruct with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="nebius/EAGLE3-Llama-3.3-70B-Instruct")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("nebius/EAGLE3-Llama-3.3-70B-Instruct") model = AutoModelForCausalLM.from_pretrained("nebius/EAGLE3-Llama-3.3-70B-Instruct", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use nebius/EAGLE3-Llama-3.3-70B-Instruct with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "nebius/EAGLE3-Llama-3.3-70B-Instruct" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "nebius/EAGLE3-Llama-3.3-70B-Instruct", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/nebius/EAGLE3-Llama-3.3-70B-Instruct
- SGLang
How to use nebius/EAGLE3-Llama-3.3-70B-Instruct 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 "nebius/EAGLE3-Llama-3.3-70B-Instruct" \ --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": "nebius/EAGLE3-Llama-3.3-70B-Instruct", "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 "nebius/EAGLE3-Llama-3.3-70B-Instruct" \ --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": "nebius/EAGLE3-Llama-3.3-70B-Instruct", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use nebius/EAGLE3-Llama-3.3-70B-Instruct with Docker Model Runner:
docker model run hf.co/nebius/EAGLE3-Llama-3.3-70B-Instruct
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,37 +9,38 @@ tags:
|
|
| 9 |
- inference-acceleration
|
| 10 |
base_model: meta-llama/Llama-3.3-70B-Instruct
|
| 11 |
license: cc-by-4.0
|
| 12 |
-
|
| 13 |
model-index:
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
|
|
|
|
|
|
| 43 |
---
|
| 44 |
|
| 45 |
## Model Description
|
|
|
|
| 9 |
- inference-acceleration
|
| 10 |
base_model: meta-llama/Llama-3.3-70B-Instruct
|
| 11 |
license: cc-by-4.0
|
|
|
|
| 12 |
model-index:
|
| 13 |
+
- name: nebius/EAGLE3-Llama-3.3-70B-Instruct
|
| 14 |
+
results:
|
| 15 |
+
- task:
|
| 16 |
+
type: text-generation
|
| 17 |
+
dataset:
|
| 18 |
+
name: MT-Bench
|
| 19 |
+
type: MT-Bench
|
| 20 |
+
metrics:
|
| 21 |
+
- name: Acceptance Length
|
| 22 |
+
type: Acceptance Length
|
| 23 |
+
value: 3.89
|
| 24 |
+
- task:
|
| 25 |
+
type: text-generation
|
| 26 |
+
dataset:
|
| 27 |
+
name: GSM8K
|
| 28 |
+
type: GSM8K
|
| 29 |
+
metrics:
|
| 30 |
+
- name: Acceptance Length
|
| 31 |
+
type: Acceptance Length
|
| 32 |
+
value: 5.01
|
| 33 |
+
- task:
|
| 34 |
+
type: text-generation
|
| 35 |
+
dataset:
|
| 36 |
+
name: HumanEval
|
| 37 |
+
type: HumanEval
|
| 38 |
+
metrics:
|
| 39 |
+
- name: Acceptance Length
|
| 40 |
+
type: Acceptance Length
|
| 41 |
+
value: 5.08
|
| 42 |
+
datasets:
|
| 43 |
+
- nebius/Llama-3.3-70B-Instruct-Infinity-Instruct-0625
|
| 44 |
---
|
| 45 |
|
| 46 |
## Model Description
|