add commercial use notice
Browse files
README.md
CHANGED
@@ -123,10 +123,12 @@ Please use `Qwen2-7b-Instruct bf16` and `AutoCoder.IQ4_K.gguf` as alternatives f
|
|
123 |
pip install -U "huggingface_hub[cli]"
|
124 |
```
|
125 |
|
|
|
126 |
```
|
127 |
huggingface-cli download FredZhang7/claudegpt-code-logic-debugger-v0.1 --include "codestral-22b-v0.1-IQ6_K.gguf" --local-dir ./
|
128 |
```
|
129 |
|
|
|
130 |
```
|
131 |
huggingface-cli download FredZhang7/claudegpt-code-logic-debugger-v0.1 --include "AutoCoder.IQ4_K.gguf" --local-dir ./
|
132 |
```
|
|
|
123 |
pip install -U "huggingface_hub[cli]"
|
124 |
```
|
125 |
|
126 |
+
Non-commercial (e.g. research) use:
|
127 |
```
|
128 |
huggingface-cli download FredZhang7/claudegpt-code-logic-debugger-v0.1 --include "codestral-22b-v0.1-IQ6_K.gguf" --local-dir ./
|
129 |
```
|
130 |
|
131 |
+
Commercial use:
|
132 |
```
|
133 |
huggingface-cli download FredZhang7/claudegpt-code-logic-debugger-v0.1 --include "AutoCoder.IQ4_K.gguf" --local-dir ./
|
134 |
```
|