Skip to content

Commit 2d4d148

Browse files
committed
Merge remote-tracking branch 'origin/features/refactor/working' into features/refactor/base-draft
[GuideLLM Refactor] entrypoints and working state (base to create PRs off of til merged into refactor base) #358
2 parents 2521ea5 + 6d0d4c2 commit 2d4d148

File tree

21 files changed

+1301
-1868
lines changed

21 files changed

+1301
-1868
lines changed

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)