Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# merge these pins into the core requirements or the Docker images, and
# run a scoped pip-audit against this file if you need a report.
diffusers==0.27.2
transformers==4.37.2
transformers==5.15.1
accelerate==1.14.0
controlnet-aux==0.0.10
color-matcher==0.6.0
Expand Down
2 changes: 1 addition & 1 deletion skills/remove-ai-marks/scripts/requirements-markllm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# GPU when nvidia-smi is present), then this file's remaining pins resolve
# against the already-installed torch.
torch==2.13.0.*
transformers==5.15.0
transformers==5.15.1
# transformers 5.15.0 caps tokenizers at <=0.23.0; there is no 0.23.0
# release (0.22.2 -> 0.23.1), so the highest compatible pin is 0.22.2.
tokenizers==0.22.2
Expand Down
Loading