Skip to content

Commit

Permalink
fix: disable hf_transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmerrell committed Dec 5, 2023
1 parent 5792964 commit 41b3f4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Base image
FROM runpod/base:0.4.2-cuda11.8.0

ENV HF_HUB_ENABLE_HF_TRANSFER=0

# Install Python dependencies (Worker Template)
COPY builder/requirements.txt /requirements.txt
RUN python3.11 -m pip install --upgrade pip && \
Expand Down
2 changes: 0 additions & 2 deletions builder/cache_models.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# builder/model_fetcher.py

import torch
from diffusers import StableDiffusionXLPipeline, StableDiffusionXLImg2ImgPipeline

Expand Down

0 comments on commit 41b3f4b

Please sign in to comment.