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

Commit b84c13b

Browse files
committed
Use package_aoti API
1 parent 4f40b86 commit b84c13b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchchat/export.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def export_for_server(
4141
package: bool = True,
4242
) -> str:
4343
"""
44-
Export the model using AOT Compile to get a .dso for server use cases.
44+
Export the model using AOT Compile to get a .pt2 for server use cases.
4545
4646
Args:
4747
model: The model to be exported.

0 commit comments

Comments
 (0)