Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil committed Dec 16, 2024
1 parent 942f0e0 commit 9d5cf6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimum_benchmark/backends/py_txi/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def create_no_weights_model(self) -> None:
def load_model_with_no_weights(self) -> None:
original_volumes, self.config.volumes = (
self.config.volumes,
{self.tmpdir.name: {"bind": "/data/hub/", "mode": "rw"}},
{self.tmpdir.name: {"bind": "/data", "mode": "rw"}},
)
self.load_model_from_pretrained()
self.config.volumes = original_volumes
Expand Down

0 comments on commit 9d5cf6c

Please sign in to comment.