Wagtail commited on
Commit
6e4d79b
·
unverified ·
1 Parent(s): 547e319

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -41,7 +41,7 @@ Run the app with ```python3 app.py```
41
 
42
  ### Week 4 - refactor codebase
43
 
44
- - add gitattributes for LSF usage to handle pickle files
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.
 
41
 
42
  ### Week 4 - refactor codebase
43
 
44
+ - 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```
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.