Add placeholders for where Llama weights will be downloaded
#4
by
rcalef
- opened
model_weights/llama-2-7b-hf/README.md
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
Model weights for [Llama-2-7B](https://huggingface.co/meta-llama/Llama-2-7b-hf) will
|
2 |
+
be downloaded here upon initialization of the ProTeus-Split model.
|
model_weights/llama-3-8b/README.md
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
Model weights for [Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B) will
|
2 |
+
be downloaded here upon initialization of the ProTeus-Full model.
|