Skip to content
This repository was archived by the owner on Dec 3, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
rev: v1.2.0-rc0
hooks:
- id: addlicense
args: ["-f", "bin/_license.txt"]
args: ["-f", "bin/license.txt"]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
hooks:
Expand All @@ -32,12 +32,12 @@ repos:
hooks:
- id: uv-lock
name: Generate uv lock files for projects
entry: ./bin/_uv_lock.sh
entry: ./bin/uv_lock.sh
language: script
files: pyproject\.toml$
- id: uv-lock-script
name: Generate uv lock files for scripts
entry: ./bin/_uv_lock_script.sh
entry: ./bin/uv_lock_script.sh
language: script
types: [python]
- repo: https://github.com/astral-sh/ruff-pre-commit
Expand Down
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,13 @@ RUN --mount=type=cache,target=/var/cache/apt \
apt-get update && \
apt-get install -y --no-install-recommends \
curl \
ffmpeg \
git \
libgl1 \
libglib2.0-0 \
tree \
wget

# Install pkgx: https://pkgx.sh/
RUN curl -sSf https://pkgx.sh | sh

# Install uv: https://docs.astral.sh/uv/getting-started/installation/
# https://github.com/astral-sh/uv-docker-example/blob/main/Dockerfile
COPY --from=ghcr.io/astral-sh/uv:0.8.12 /uv /uvx /usr/local/bin/
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
15 changes: 8 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,28 +38,29 @@ classifiers = [
dependencies = [
"attrs==25.1.0",
"better-profanity==0.7.0",
"boto3==1.35.99",
"boto3==1.38.31",
"decord==0.6.0",
"diffusers==0.33.1",
"einops==0.8.1",
"ftfy==6.3.1",
"fvcore==0.1.5.post20221221",
"h11==0.16.0",
"huggingface-hub==0.32.4",
"hydra-core==1.3.2",
"imageio[pyav,ffmpeg]==2.37.0",
"iopath==0.1.10",
"ipdb==0.13.13",
"loguru==0.7.2",
"mediapy==1.2.2",
"megatron-core==0.10.0",
"loguru==0.7.3",
"mediapy==1.2.4",
"megatron-core==0.12.1",
"modelscope==1.26.0",
"nltk==3.9.1",
"numpy==1.26.4",
"nvidia-ml-py==12.535.133",
"omegaconf==2.3.0",
"opencv-python==4.10.0.84",
"opencv-python==4.11.0.86",
"pandas==2.2.3",
"peft==0.14.0",
"peft==0.15.2",
"pillow==11.1.0",
"protobuf==4.25.3",
"pycocotools==2.0.10",
Expand All @@ -71,7 +72,7 @@ dependencies = [
"scikit-image==0.25.2",
"sentencepiece==0.2.0",
"setuptools",
"termcolor==2.5.0",
"termcolor==3.1.0",
"tqdm==4.66.5",
"transformers==4.51.3",
"triton==3.2.0",
Expand Down
28 changes: 0 additions & 28 deletions requirements-docker.txt

This file was deleted.

83 changes: 48 additions & 35 deletions uv.lock

Large diffs are not rendered by default.