Upload README.md
Browse files
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 |
|
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-
|
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:
|