We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa3a9f commit e511986Copy full SHA for e511986
.github/workflows/build-and-test.yaml
@@ -181,8 +181,8 @@ jobs:
181
--add-data 'holmes/plugins/toolsets/prometheus*:holmes/plugins/toolsets/prometheus' \
182
--hidden-import=tiktoken_ext.openai_public \
183
--hidden-import=tiktoken_ext \
184
- --hiddenimport litellm.llms.tokenizers \
185
- --hiddenimport litellm.litellm_core_utils.tokenizers \
+ --hidden-import=litellm.llms.tokenizers \
+ --hidden-import=litellm.litellm_core_utils.tokenizers \
186
--collect-data litellm
187
ls dist
188
0 commit comments