diff --git a/skills/remove-ai-marks/scripts/requirements-markllm.txt b/skills/remove-ai-marks/scripts/requirements-markllm.txt index bb92884..c398eb2 100644 --- a/skills/remove-ai-marks/scripts/requirements-markllm.txt +++ b/skills/remove-ai-marks/scripts/requirements-markllm.txt @@ -15,7 +15,7 @@ # pick the right index first (Dockerfile.markllm: CPU; setup_markllm.sh: # GPU when nvidia-smi is present), then this file's remaining pins resolve # against the already-installed torch. -torch==2.13.0.* +torch==2.14.0.* transformers==5.16.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.