Wagtail commited on
Commit
547e319
·
unverified ·
1 Parent(s): 23c4f28

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -39,5 +39,9 @@ Run the app with ```python3 app.py```
39
 
40
  - Testing pickled models with test/test_model.py
41
 
 
 
 
 
42
  ### Outlook
43
  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.
 
39
 
40
  - Testing pickled models with test/test_model.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.