We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0986224 commit 4dc30f7Copy full SHA for 4dc30f7
backends/samsung/test/utils/runtime_executor.py
@@ -130,8 +130,7 @@ def run_on_device(self) -> Tuple[torch.Tensor]:
130
test_manager.execute()
131
132
print(f"ls -al {tmp_dir}")
133
- #host_output_save_dir = os.path.join(tmp_dir, "output")
134
- host_output_save_dir = tmp_dir
+ host_output_save_dir = os.path.join(tmp_dir, "output")
135
#os.makedirs(host_output_save_dir, exist_ok=True)
136
test_manager.pull(host_output_save_dir)
137
0 commit comments