Wagtail commited on
Commit
e368cdd
·
unverified ·
1 Parent(s): bf3468a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -43,10 +43,17 @@ Run the app with ```python3 app.py```
43
 
44
  ### Week 4 - refactor codebase
45
 
46
- - add gitattributes for LSF usage to handle pickle files. This is possible for more file types, e.g. ```git lfs track "*.pdf" + git add .gitattributes```
47
  - Update numpy version requirement, older versions can't load pickle files from new versions.
48
  - The requirement for scikit-learn is updated to 1.8.0 to prevent InconsistentVersionWarning.
49
  - Refactor and lint app.py
 
 
 
 
 
 
 
 
50
 
51
  ### Outlook
52
  Input the raw video into a [reasoning vision model](https://huggingface.co/blog/nvidia/nvidia-cosmos-reason-2-brings-advanced-reasoning) and develop the workflow with [daggr](https://huggingface.co/blog/daggr) for gradio.
 
43
 
44
  ### Week 4 - refactor codebase
45
 
 
46
  - Update numpy version requirement, older versions can't load pickle files from new versions.
47
  - The requirement for scikit-learn is updated to 1.8.0 to prevent InconsistentVersionWarning.
48
  - Refactor and lint app.py
49
+ - add gitattributes for LSF usage to handle pickle files. This is possible for more file types, e.g. ```git lfs track "*.pdf" + git add .gitattributes```
50
+ - To readd the offending files, you can:
51
+ - save your changes in a backup
52
+ - git reset --hard last_working_commit_hash
53
+ - git lfs track "*.mp4"
54
+ - git add .gitattributes
55
+ - git commit -m "add offending file type to lfs"
56
+
57
 
58
  ### Outlook
59
  Input the raw video into a [reasoning vision model](https://huggingface.co/blog/nvidia/nvidia-cosmos-reason-2-brings-advanced-reasoning) and develop the workflow with [daggr](https://huggingface.co/blog/daggr) for gradio.