Update README.md
Browse files
README.md
CHANGED
@@ -41,7 +41,7 @@ container and store the quantization results
|
|
41 |
2. download the weights for the fine-tuned LLaMA-2 model from
|
42 |
[Hugging Face](https://huggingface.co/togethercomputer/LLaMA-2-7B-32K) into a subfolder of `llama.cpp_in_Docker`
|
43 |
(let's call the new folder `LLaMA-2-7B-32K`)
|
44 |
-
3. within the <u>Docker Desktop</u>,
|
45 |
the most popular ones
|
46 |
4. from a <u>terminal session on your host computer</u> (i.e., not a Docker container!), start a new container
|
47 |
for the downloaded image which mounts the folder we crated before:<br> <br>`docker run --rm \
|
|
|
41 |
2. download the weights for the fine-tuned LLaMA-2 model from
|
42 |
[Hugging Face](https://huggingface.co/togethercomputer/LLaMA-2-7B-32K) into a subfolder of `llama.cpp_in_Docker`
|
43 |
(let's call the new folder `LLaMA-2-7B-32K`)
|
44 |
+
3. within the <u>Docker Desktop</u>, search for and download a `basic-python` image - just use one of
|
45 |
the most popular ones
|
46 |
4. from a <u>terminal session on your host computer</u> (i.e., not a Docker container!), start a new container
|
47 |
for the downloaded image which mounts the folder we crated before:<br> <br>`docker run --rm \
|