Views
No views yet
| English | Llama-3.3-70B-Instruct | Llama-3.3-70B-Instruct-FP8-Dynamic (this) |
|---|---|---|
| Avg. | 74.1 | 73.75 |
| Arc | 71.7 | 71.6 |
| Hellaswag | 76.5 | 75.9 |
| French | Llama-3.3-70B-Instruct | Llama-3.3-70B-Instruct-FP8-Dynamic (this) |
| Avg. | 73.07 | 72.87 |
| Arc | 64.7 | 64.5 |
| Hellaswag | 76.6 | 76.6 |
| MMLU | 77.9 | 77.5 |
| German | Llama-3.3-70B-Instruct | Llama-3.3-70B-Instruct-FP8-Dynamic (this) |
| Avg. | 70.07 | 69.83 |
| Arc | 61.8 | 61.2 |
| Hellaswag | 71.2 | 71.1 |
| MMLU | 77.2 | 77.2 |
| Italian | Llama-3.3-70B-Instruct | Llama-3.3-70B-Instruct-FP8-Dynamic (this) |
| Avg. | 73.67 | 73.37 |
| Arc | 66.5 | 65.7 |
| Hellaswag | 76.0 | 76.2 |
| MMLU | 78.5 | 78.2 |
| Portuguese | Llama-3.3-70B-Instruct | Llama-3.3-70B-Instruct-FP8-Dynamic (this) |
| Avg. | 74.4 | 73.87 |
| Arc | 66.4 | 65.5 |
| Hellaswag | 77.2 | 76.9 |
| MMLU | 79.6 | 79.2 |
| Spanish | Llama-3.3-70B-Instruct | Llama-3.3-70B-Instruct-FP8-Dynamic (this) |
| Avg. | 74 | 74.13 |
| Arc | 65.8 | 65.8 |
| Hellaswag | 77.1 | 77.2 |
| MMLU | 79.1 | 79.4 |
limit=1000.python -m vllm.entrypoints.openai.api_server --model cortecs/Llama-3.3-70B-Instruct-FP8-Dynamic --max-model-len 9000 --gpu-memory-utilization 0.95curl http://localhost:8000/v1/completions -H "Content-Type: application/json" -d ' {
"model": "cortecs/Llama-3.3-70B-Instruct-FP8-Dynamic",
"prompt": "San Francisco is a"
} '