Skip to content

fynnsu/benchmark-arena

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Start the web server for the benchmark application with:

python -m http.server

Start up two vllm servers in separate terminals/processes:

export CUDA_VISIBLE_DEVICES=0
vllm serve meta-llama/Llama-3.1-8B-Instruct --port 9000

export CUDA_VISIBLE_DEVICES=1
vllm serve RedHatAI/Meta-Llama-3.1-8B-Instruct-quantized.w4a16 --port 9001

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 99.5%
  • CSS 0.5%