Skip to content

Commit

Permalink
[CLEANUP]
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye committed Apr 17, 2024
1 parent 1e20bb7 commit 6301518
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
2 changes: 1 addition & 1 deletion servers/text_to_video/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN python3 -m pip install -r requirements.txt
RUN echo "Python dependencies installed"

# Adjust the working directory to where your application's code will reside
WORKDIR /swarms-cloud
# WORKDIR /swarms-cloud

# Copy the application's entire directory structure into the container
COPY . .
Expand Down
27 changes: 27 additions & 0 deletions servers/text_to_video/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
skypilot
fastapi==0.110.0
supabase
pytest
torch
einops
tiktoken
sse-starlette==2.0.0
uvicorn
loguru
pydantic
stripe
swarms-cloud
xformers
diffusers
transformers_stream_generator
bitsandbytes
peft
accelerate
transformers==4.37.2
huggingface-hub
optimum
auto-gptq
whisperx
shortuuid
exxa
hf_transfer

0 comments on commit 6301518

Please sign in to comment.