Merge branch 'main' of hf.co:catid/cat-llama-3-70b-hqq
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ You can copy/paste this on the console and it will just set up everything automa
|
|
15 |
|
16 |
```bash
|
17 |
apt update
|
18 |
-
apt install vim -y
|
19 |
|
20 |
mkdir -p ~/miniconda3
|
21 |
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda3/miniconda.sh
|
|
|
15 |
|
16 |
```bash
|
17 |
apt update
|
18 |
+
apt install git-lfs vim -y
|
19 |
|
20 |
mkdir -p ~/miniconda3
|
21 |
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda3/miniconda.sh
|