Skip to content

Commit 3ff8e02

Browse files
committed
[GuideLLM Refactor] entrypoints and working state (base to create PRs off of til merged into refactor base) \#358\n\nfeatures/refactor/working
2 parents af81faa + 78615f7 commit 3ff8e02

23 files changed

+2184
-2162
lines changed

pylock.toml

Lines changed: 726 additions & 214 deletions
Large diffs are not rendered by default.

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ recommended = [
7171
"tiktoken>=0.11.0", # For OpenAI tokenizer
7272
"blobfile>=3.1.0", # For OpenAI tokenizer
7373
]
74+
perf = [
75+
"orjson",
76+
"msgpack",
77+
"msgspec",
78+
"uvloop",
79+
]
7480
dev = [
7581
# build
7682
"build>=1.0.0",

0 commit comments

Comments
 (0)