Skip to content

Commit f78d11f

Browse files
author
Greg Szumel
committed
removing copy-bug helper
1 parent 5ce4763 commit f78d11f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/ortex/util.ex

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,5 @@ defmodule Ortex.Util do
3131
|> Enum.map(fn x ->
3232
File.cp!(x, Path.join([destination_dir, Path.basename(x)]))
3333
end)
34-
35-
# Currently ORT doesn't write the .so file we need (fix incoming https://github.com/pykeio/ort/commit/634e49ab7c960782cc2fb83d84cc219e7bb4ae1f),
36-
# so we're hacking a fix here
37-
onnx_runtime_filenames = Enum.map(onnx_runtime_paths, &Path.basename/1)
3834
end
3935
end

0 commit comments

Comments
 (0)