Skip to content

Commit 4dc30f7

Browse files
committed
[temp] check current folder
Signed-off-by: jiseong.oh <jiseong.oh@samsung.com>
1 parent 0986224 commit 4dc30f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

backends/samsung/test/utils/runtime_executor.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,7 @@ def run_on_device(self) -> Tuple[torch.Tensor]:
130130
test_manager.execute()
131131

132132
print(f"ls -al {tmp_dir}")
133-
#host_output_save_dir = os.path.join(tmp_dir, "output")
134-
host_output_save_dir = tmp_dir
133+
host_output_save_dir = os.path.join(tmp_dir, "output")
135134
#os.makedirs(host_output_save_dir, exist_ok=True)
136135
test_manager.pull(host_output_save_dir)
137136

0 commit comments

Comments
 (0)