TheBloke commited on
Commit
06b07fe
·
1 Parent(s): fa7ee92

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -82,7 +82,7 @@ Models are released as sharded safetensors files.
82
 
83
  | Branch | Bits | GS | AWQ Dataset | Seq Len | Size |
84
  | ------ | ---- | -- | ----------- | ------- | ---- |
85
- | [main](https://huggingface.co/TheBloke/Llama-2-13B-AWQ/tree/main) | 4 | 128 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-v1/test) | 4096 | 7.25 GB
86
 
87
  <!-- README_AWQ.md-provided-files end -->
88
 
@@ -94,7 +94,7 @@ Documentation on installing and using vLLM [can be found here](https://vllm.read
94
  - When using vLLM as a server, pass the `--quantization awq` parameter, for example:
95
 
96
  ```shell
97
- python3 python -m vllm.entrypoints.api_server --model TheBloke/Llama-2-13B-GPTQ --quantization awq
98
  ```
99
 
100
  When using vLLM from Python code, pass the `quantization=awq` parameter, for example:
 
82
 
83
  | Branch | Bits | GS | AWQ Dataset | Seq Len | Size |
84
  | ------ | ---- | -- | ----------- | ------- | ---- |
85
+ | [main](https://huggingface.co/TheBloke/Llama-2-13B-AWQ/tree/main) | 4 | 128 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-v1/test) | 4096 | Processing, coming soon
86
 
87
  <!-- README_AWQ.md-provided-files end -->
88
 
 
94
  - When using vLLM as a server, pass the `--quantization awq` parameter, for example:
95
 
96
  ```shell
97
+ python3 python -m vllm.entrypoints.api_server --model TheBloke/Llama-2-13B-AWQ --quantization awq
98
  ```
99
 
100
  When using vLLM from Python code, pass the `quantization=awq` parameter, for example: