Upload README.md
Browse files
README.md
CHANGED
@@ -74,15 +74,8 @@ Here is an incomplate list of clients and libraries that are known to support GG
|
|
74 |
```
|
75 |
|
76 |
<!-- prompt-template end -->
|
77 |
-
<!-- licensing start -->
|
78 |
-
## Licensing
|
79 |
|
80 |
-
The creator of the source model has listed its license as `other`, and this quantization has therefore used that same license.
|
81 |
|
82 |
-
As this model is based on Llama 2, it is also subject to the Meta Llama 2 license terms, and the license files for that are additionally included. It should therefore be considered as being claimed to be licensed under both licenses. I contacted Hugging Face for clarification on dual licensing but they do not yet have an official position. Should this change, or should Meta provide any feedback on this situation, I will update this section accordingly.
|
83 |
-
|
84 |
-
In the meantime, any questions regarding licensing, and in particular how these two licenses might interact, should be directed to the original model repository: [Meta's LLaMA 13b](https://ai.meta.com/blog/large-language-model-llama-meta-ai).
|
85 |
-
<!-- licensing end -->
|
86 |
<!-- compatibility_gguf start -->
|
87 |
## Compatibility
|
88 |
|
@@ -150,7 +143,7 @@ Then click Download.
|
|
150 |
I recommend using the `huggingface-hub` Python library:
|
151 |
|
152 |
```shell
|
153 |
-
pip3 install huggingface-hub
|
154 |
```
|
155 |
|
156 |
Then you can download any individual model file to the current directory, at high speed, with a command like this:
|
|
|
74 |
```
|
75 |
|
76 |
<!-- prompt-template end -->
|
|
|
|
|
77 |
|
|
|
78 |
|
|
|
|
|
|
|
|
|
79 |
<!-- compatibility_gguf start -->
|
80 |
## Compatibility
|
81 |
|
|
|
143 |
I recommend using the `huggingface-hub` Python library:
|
144 |
|
145 |
```shell
|
146 |
+
pip3 install huggingface-hub
|
147 |
```
|
148 |
|
149 |
Then you can download any individual model file to the current directory, at high speed, with a command like this:
|