Spaces:
Sleeping
Sleeping
Wagtail commited on
Update README.md
Browse files
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.
|