Update README.md
Browse files
README.md
CHANGED
@@ -25,7 +25,7 @@ Steps to Download the Model:
|
|
25 |
3. Copy the download link.
|
26 |
4. Create a directory (e.g., for Linux: mkdir Llama3.3-70B).
|
27 |
5. Navigate to that directory (cd Llama3.3-70B).
|
28 |
-
6. Download
|
29 |
|
30 |
After downloading the model parts, use the following command to combine them into a complete model:
|
31 |
|
|
|
25 |
3. Copy the download link.
|
26 |
4. Create a directory (e.g., for Linux: mkdir Llama3.3-70B).
|
27 |
5. Navigate to that directory (cd Llama3.3-70B).
|
28 |
+
6. Download the model parts: model_part_aa and model_part_ab model_part_ac model_part_ad (e.g., using wget with the copied link).
|
29 |
|
30 |
After downloading the model parts, use the following command to combine them into a complete model:
|
31 |
|