Skip to content

Commit 6fe553c

Browse files
committed
file cleanup
1 parent 2f48173 commit 6fe553c

29 files changed

+5306
-1544
lines changed

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@ slurm_files/2_quantization_run_smaller_bits/
1313
awq/**/
1414
.vscode/
1515

16-
llava_runs/gpa_gptq_output/
17-
llava_runs/vqav2_gptq_output/
18-
llava_runs/vqav2_gptq_redo_timeouts/
16+
llava_runs/**/
17+
937 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
373 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

awq/quantizer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ def quantize(self):
100100

101101

102102
self.model.to('cpu')
103+
104+
# print(first_inputs)
103105
for layer_group, modules in layer_groups.items():
104106
self.inps = first_inputs[layer_group]
105107

awq/retrieval_multi_sbatch_submit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
python retrieval_multi_sbatch.py --env slurm_files \
22
--nhrs 2 \
33
--qos scav \
4-
--partition nexus \
4+
--partition vulcan \
55
--gpu 1 --gpu-type a5000 a6000 \
66
--cores 1 \
77
--mem 64 \

0 commit comments

Comments
 (0)