elysiantech commited on
Commit
188ddc7
·
verified ·
1 Parent(s): 7924ce0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -28,5 +28,5 @@ phi-3-mini-4k-instruct-gptq-4bit is a version of the [Microsoft](https://hugging
28
  Please refer to the [Original Phi 3 mini model card](https://huggingface.co/microsoft/Phi-3-mini-4k-instruct) for details about the model preparation and training processes.
29
 
30
  ## Dependencies
31
- - [`auto-gptq](https://pypi.org/project/auto-gptq/0.7.1/) – [AutoGPTQ](https://github.com/PanQiWei/AutoGPTQ.git) was used to quantize the phi-3 model.
32
  - [`vllm==0.4.2`](https://pypi.org/project/vllm/0.4.2/) – [vLLM](https://github.com/vllm-project/vllm) was used to host models for benchmarking.
 
28
  Please refer to the [Original Phi 3 mini model card](https://huggingface.co/microsoft/Phi-3-mini-4k-instruct) for details about the model preparation and training processes.
29
 
30
  ## Dependencies
31
+ - [`auto-gptq`](https://pypi.org/project/auto-gptq/0.7.1/) – [AutoGPTQ](https://github.com/PanQiWei/AutoGPTQ.git) was used to quantize the phi-3 model.
32
  - [`vllm==0.4.2`](https://pypi.org/project/vllm/0.4.2/) – [vLLM](https://github.com/vllm-project/vllm) was used to host models for benchmarking.