Skip to content

Commit 6621a04

Browse files
authored
fix(installer): add hidden import replicate (#680)
1 parent 7837c3f commit 6621a04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openadapt/build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ def main() -> None:
7676
"--windowed",
7777
"--hidden-import=tiktoken_ext.openai_public",
7878
"--hidden-import=tiktoken_ext",
79+
"--hidden-import=replicate",
7980
]
8081
ignore_dirs = [
8182
"__pycache__",

0 commit comments

Comments
 (0)