kentang1998 commited on
Commit
3225d56
1 Parent(s): 37034ba

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # QServe benchmarks
2
+
3
+ This huggingface repository contains configurations and tokenizer files for all models benchmarked in our [QServe](https://github.com/mit-han-lab/qserve) project:
4
+
5
+ - Llama-3-8B
6
+ - Llama-2-7B
7
+ - Llama-2-13B
8
+ - Llama-2-70B
9
+ - Llama-30B
10
+ - Mistral-7B
11
+ - Yi-34B
12
+ - Qwen1.5-72B
13
+
14
+ Please clone this repository if you wish to run our QServe benchmark code without cloning full models.
15
+
16
+ Please consider citing our paper if it is helpful:
17
+
18
+ ```
19
+ @article{lin2024qserve,
20
+ title={QServe: W4A8KV4 Quantization and System Co-design for Efficient LLM Serving},
21
+ author={Lin*, Yujun and Tang*, Haotian and Yang*, Shang and Zhang, Zhekai and Xiao, Guangxuan and Gan, Chuang and Han, Song},
22
+ year={2024}
23
+ }
24
+ ```