Update README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,9 @@ You need autoGPTQ library to use this model.
|
|
11 |
|
12 |
### sample code
|
13 |
At least one GPU is currently required due to a limitation of the Accelerate library.
|
14 |
-
So this model cannot be run with the huggingface space free version.
|
|
|
|
|
15 |
|
16 |
```
|
17 |
pip install auto-gptq
|
|
|
11 |
|
12 |
### sample code
|
13 |
At least one GPU is currently required due to a limitation of the Accelerate library.
|
14 |
+
So this model cannot be run with the huggingface space free version.
|
15 |
+
Try it on [Google Colab Under development](https://github.com/webbigdata-jp/python_sample/blob/main/weblab_10b_instruction_sft_GPTQ_sample.ipynb)
|
16 |
+
|
17 |
|
18 |
```
|
19 |
pip install auto-gptq
|