iandennismiller commited on
Commit
9478eab
1 Parent(s): 2013ae8

notes about git, lfs, upload, python

Browse files
Files changed (1) hide show
  1. Readme.md +9 -0
Readme.md CHANGED
@@ -50,3 +50,12 @@ The following bitsandbytes quantization config was used during training:
50
  Framework versions
51
 
52
  - PEFT 0.5.0.dev0
 
 
 
 
 
 
 
 
 
 
50
  Framework versions
51
 
52
  - PEFT 0.5.0.dev0
53
+
54
+ ## Setup Notes
55
+
56
+ ```bash
57
+ mkvirtualenv -p `which python3.11` -a . ${PWD##*/}
58
+ python -m pip install huggingface_hub
59
+ huggingface-cli login
60
+ huggingface-cli lfs-enable-largefiles .
61
+ ```