From 553624a280f6c203e52491d8b7697aff8a71f620 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Han=20Chan=20=7C=20=E5=AF=92=E6=B1=9F=E5=9C=A8=E4=B8=8B?= =?UTF-8?q?=E9=9B=AA?= Date: Sat, 7 Mar 2026 00:36:08 +0800 Subject: [PATCH] Update the version of transformers in requirements.txt and fix the path issue in the README --- README.md | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a2e9806..177fa95 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ CUDA_VISIBLE_DEVICES=0 python ./extract_act/extracting_activations_qwen_jb.py To obtain the calibration activations (e.g., for Qwen2-VL), run the following commands: ```bash -CUDA_VISIBLE_DEVICES=0 python ./extract_act/extracting_activations_qwen_ref.py +CUDA_VISIBLE_DEVICES=0 python ./extract_ref/extracting_activations_qwen_ref.py ``` ### Activations diff --git a/requirements.txt b/requirements.txt index 8c72db0..c6ebb23 100644 --- a/requirements.txt +++ b/requirements.txt @@ -105,7 +105,7 @@ tokenizers==0.19.1 torch==2.4.0 torchvision==0.19.0 tqdm==4.66.4 -transformers==4.42.4 +transformers @ git+https://github.com/huggingface/transformers@21fac7abba2a37fae86106f87fcf9974fd1e3830 triton==3.0.0 typer==0.12.3 typing_extensions==4.12.2