mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-17 21:10:43 +00:00
bump dml version (#3792)
Co-authored-by: Sheil Kumar <sheilk@microsoft.com>
This commit is contained in:
parent
4b8fad214a
commit
b1c4d6ff4e
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ def generate_files(list, args):
|
|||
if includes_directml:
|
||||
files_list.append('<file src=' + '"' + os.path.join(args.native_build_path, 'DirectML.dll') + '" target="runtimes\\win-' + args.target_architecture + '\\native" />')
|
||||
files_list.append('<file src=' + '"' + os.path.join(args.native_build_path, 'DirectML.pdb') + '" target="runtimes\\win-' + args.target_architecture + '\\native" />')
|
||||
files_list.append('<file src=' + '"' + os.path.join(args.packages_path, 'DirectML.0.0.1\\LICENSE.txt') + '" target="DirectML_LICENSE.txt" />')
|
||||
files_list.append('<file src=' + '"' + os.path.join(args.packages_path, 'DirectML.0.0.2\\LICENSE.txt') + '" target="DirectML_LICENSE.txt" />')
|
||||
|
||||
if includes_winml:
|
||||
# Process microsoft.ai.machinelearning import lib, dll, and pdb
|
||||
|
|
|
|||
Loading…
Reference in a new issue