Spaces:
Running
Running
Lev McKinney
commited on
Commit
•
af69869
1
Parent(s):
b9dc122
fixed tqdm import
Browse files- lens_migration.py +1 -1
lens_migration.py
CHANGED
@@ -5,7 +5,7 @@ from copy import deepcopy
|
|
5 |
import inspect
|
6 |
from logging import warn
|
7 |
from pathlib import Path
|
8 |
-
import tqdm
|
9 |
import json
|
10 |
|
11 |
from tuned_lens.model_surgery import get_final_norm, get_transformer_layers
|
|
|
5 |
import inspect
|
6 |
from logging import warn
|
7 |
from pathlib import Path
|
8 |
+
from tqdm import tqdm
|
9 |
import json
|
10 |
|
11 |
from tuned_lens.model_surgery import get_final_norm, get_transformer_layers
|