catid commited on
Commit
8edd640
2 Parent(s): b2618cd a4b7e3a

Merge branch 'main' of hf.co:catid/cat-llama-3-70b-hqq

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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