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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down