Skip to content

Commit

Permalink
Merge pull request #5 from VikramxD:minimochi-dev
Browse files Browse the repository at this point in the history
Add uv installation and LTX-Video submodule
  • Loading branch information
VikramxD authored Nov 23, 2024
2 parents d8ad984 + dc5a4c5 commit eddb624
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "LTX-Video"]
path = LTX-Video
url = https://github.com/Lightricks/LTX-Video.git
1 change: 1 addition & 0 deletions LTX-Video
Submodule LTX-Video added at 23f104
5 changes: 5 additions & 0 deletions run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pip install uv
uv venv .venv
source .venv/bin/activate
uv pip install -r requirements.txt
uv pip install -e . --no-build-isolation

0 comments on commit eddb624

Please sign in to comment.