Closed levmckinney closed 1 year ago
When calling TunedLens.from_model_and_pretrained arguments like revision and map_location and not propagated to load_lens_artifacts and th.load respectively. Leading to an unknown kwargs error.
TunedLens.from_model_and_pretrained
revision
map_location
load_lens_artifacts
th.load
When calling
TunedLens.from_model_and_pretrained
arguments likerevision
andmap_location
and not propagated toload_lens_artifacts
andth.load
respectively. Leading to an unknown kwargs error.