Views
No views yet
git lfs install
git clone https://huggingface.co/catid/cat-llama-3-8b-awq-q128-w4-gemm
conda create -n vllm8 python=3.10 -y && conda activate vllm8
pip install -U git+https://github.com/vllm-project/vllm.git@a134ef6
python -m vllm.entrypoints.openai.api_server --model cat-llama-3-8b-awq-q128-w4-gemm
--tensor-parallel-size 2 --gpu-memory-utilization 0.95:python -m vllm.entrypoints.openai.api_server --model cat-llama-3-8b-awq-q128-w4-gemm --tensor-parallel-size 2 --gpu-memory-utilization 0.95cat-llama-3-8b-awq-q128-w4-gemm : Average Score: 2.02 ± 0.29
Mixtral 8x7B : Average Score: 2.22 ± 0.33
GPT 3.5 : Average Score: 2.8 ± 1.69