Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
|
3 |
|
@@ -77,6 +82,7 @@ python3 main.py \
|
|
77 |
--use_quant_input \
|
78 |
--model_dtype "float16"
|
79 |
--deployment_device 'gpu' \
|
|
|
80 |
--output_dir "./tmp_autoround"
|
81 |
|
82 |
```
|
@@ -100,5 +106,4 @@ Here are a couple of useful links to learn more about Intel's AI software:
|
|
100 |
|
101 |
## Disclaimer
|
102 |
|
103 |
-
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.
|
104 |
-
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- NeelNanda/pile-10k
|
5 |
+
---
|
6 |
|
7 |
|
8 |
|
|
|
82 |
--use_quant_input \
|
83 |
--model_dtype "float16"
|
84 |
--deployment_device 'gpu' \
|
85 |
+
--disable_low_gpu_mem_usage \
|
86 |
--output_dir "./tmp_autoround"
|
87 |
|
88 |
```
|
|
|
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.
|
|