Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
## Model Card Details
|
2 |
|
3 |
This is a recipe of int4 model with group_size 128 for [meta-llama/Meta-Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct) generated by [intel/auto-round](https://github.com/intel/auto-round).
|
@@ -27,11 +32,9 @@ python3 main.py \
|
|
27 |
|
28 |
## Inference on CPU/HPU//CUDA
|
29 |
|
30 |
-
1 git clone https://github.com/intel/auto-round
|
31 |
|
32 |
-
|
33 |
-
|
34 |
-
2 cpu only machine: pip install intel-extension-for-transformers
|
35 |
|
36 |
HPU: docker image with Gaudi Software Stack is recommended, please refer to following script for environment setup. More details can be found in [Gaudi Guide](https://docs.habana.ai/en/latest/Installation_Guide/Bare_Metal_Fresh_OS.html#launch-docker-image-that-was-built).
|
37 |
|
@@ -106,4 +109,4 @@ Here are a couple of useful links to learn more about Intel's AI software:
|
|
106 |
|
107 |
## Disclaimer
|
108 |
|
109 |
-
The license on this model does not constitute legal advice. We are not responsible for the actions of third parties who use this model. Please consult an attorney before using this model for commercial purposes.
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- NeelNanda/pile-10k
|
5 |
+
---
|
6 |
## Model Card Details
|
7 |
|
8 |
This is a recipe of int4 model with group_size 128 for [meta-llama/Meta-Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct) generated by [intel/auto-round](https://github.com/intel/auto-round).
|
|
|
32 |
|
33 |
## Inference on CPU/HPU//CUDA
|
34 |
|
35 |
+
1 git clone https://github.com/intel/auto-round && cd auto-round && pip install -vvv --no-build-isolation -e .
|
36 |
|
37 |
+
2 CPU only machine: pip install intel-extension-for-transformers
|
|
|
|
|
38 |
|
39 |
HPU: docker image with Gaudi Software Stack is recommended, please refer to following script for environment setup. More details can be found in [Gaudi Guide](https://docs.habana.ai/en/latest/Installation_Guide/Bare_Metal_Fresh_OS.html#launch-docker-image-that-was-built).
|
40 |
|
|
|
109 |
|
110 |
## Disclaimer
|
111 |
|
112 |
+
The license on this model does not constitute legal advice. We are not responsible for the actions of third parties who use this model. Please consult an attorney before using this model for commercial purposes.
|