Skip to content

Commit

Permalink
[onnxruntime] run compile_schema.py for LoRA
Browse files Browse the repository at this point in the history
  • Loading branch information
luncliff committed Nov 17, 2024
1 parent bd46d47 commit fea801d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ports/onnxruntime/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,12 @@ vcpkg_add_to_path(PREPEND "${PYTHON_PATH}")

vcpkg_execute_required_process(
COMMAND "${PYTHON3}" onnxruntime/core/flatbuffers/schema/compile_schema.py --flatc "${FLATC}"
LOGNAME compile_schema
LOGNAME compile_schema_core
WORKING_DIRECTORY "${SOURCE_PATH}"
)
vcpkg_execute_required_process(
COMMAND "${PYTHON3}" onnxruntime/lora/adapter_format/compile_schema.py --flatc "${FLATC}"
LOGNAME compile_schema_lora
WORKING_DIRECTORY "${SOURCE_PATH}"
)

Expand Down

0 comments on commit fea801d

Please sign in to comment.