TheBloke commited on
Commit
417596e
·
1 Parent(s): 59b4e75

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -15,6 +15,8 @@ git clone https://huggingface.co/nyanko7/LLaMA-7B
15
 
16
  git clone https://huggingface.co/young-geng/koala koala_diffs
17
 
 
 
18
  PYTHON_PATH="${PWD}:$PYTHONPATH" python \
19
  -m EasyLM.models.llama.convert_torch_to_easylm \
20
  --checkpoint_dir=/content/LLaMA-7B \
 
15
 
16
  git clone https://huggingface.co/young-geng/koala koala_diffs
17
 
18
+ cd EasyLM
19
+
20
  PYTHON_PATH="${PWD}:$PYTHONPATH" python \
21
  -m EasyLM.models.llama.convert_torch_to_easylm \
22
  --checkpoint_dir=/content/LLaMA-7B \