Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit a36d998

Browse files
committed
Cleanup
1 parent 46a924f commit a36d998

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

torchchat/export.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ def export_for_server(
5050
Returns:
5151
The path to the exported model.
5252
"""
53-
from torch._inductor.package import package_aoti
5453

5554
if dynamic_shapes:
5655
example_inputs = (

torchchat/utils/scripts/install_utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ install_pip_dependencies() {
2323
}
2424

2525
function find_cmake_prefix_path() {
26-
path=`python -c "from distutils.sysconfig import get_python_lib;print(get_python_lib())"`
26+
path=`python3 -c "from distutils.sysconfig import get_python_lib;print(get_python_lib())"`
2727
MY_CMAKE_PREFIX_PATH=$path
2828
}
2929

0 commit comments

Comments
 (0)