Skip to content

Commit

Permalink
Empty commit to trigger CI. (#255)
Browse files Browse the repository at this point in the history
* Empty commit to trigger CI.

* Updating version.txt

* Moving to main litellm

* Testing out json file.

* Adding official build helper dir.

---------

Co-authored-by: Ari Mahpour <[email protected]>
  • Loading branch information
EmbeddedDevops1 and amahpour authored Jan 7, 2025
1 parent 3496069 commit efe167b
Show file tree
Hide file tree
Showing 6 changed files with 182 additions and 24 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ installer:
--add-data "cover_agent/version.txt:." \
$(TOML_FILES) \
--add-data "$(SITE_PACKAGES)/vendor:wandb/vendor" \
--add-data "build_helpers/anthropic_tokenizer.json:litellm/litellm_core_utils/tokenizers" \
--hidden-import=tiktoken_ext.openai_public \
--hidden-import=tiktoken_ext \
--hidden-import=wandb \
Expand Down
5 changes: 5 additions & 0 deletions build_helpers/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Build Helpers
This folder contains files needed to package up Cover Agent.

## `anthropic_tokenizer.json`
This file is needed as part of an import within the LiteLLM package.
1 change: 1 addition & 0 deletions build_helpers/anthropic_tokenizer.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cover_agent/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.12
0.2.13
Loading

0 comments on commit efe167b

Please sign in to comment.