Wagtail commited on
Commit
4cd2899
·
unverified ·
1 Parent(s): 3fbdb5e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -41,6 +41,7 @@ Run the app with ```python3 app.py```
41
  ### Week 4 - refactor codebase
42
 
43
  - 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```
 
44
 
45
  ### Outlook
46
  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.
 
41
  ### Week 4 - refactor codebase
42
 
43
  - 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```
44
+ - Update numpy version requirement, older versions can't load pickle files from new versions.
45
 
46
  ### Outlook
47
  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.