Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ox696c
ktransformers
Commits
cc94a02a
Unverified
Commit
cc94a02a
authored
Apr 28, 2025
by
Atream
Committed by
GitHub
Apr 28, 2025
Browse files
Merge pull request #1222 from kvcache-ai/fix-compile
Fix compile
parents
9d6e09ef
08035a7c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
pyproject.toml
pyproject.toml
+2
-2
requirements-local_chat.txt
requirements-local_chat.txt
+1
-1
No files found.
pyproject.toml
View file @
cc94a02a
...
...
@@ -30,7 +30,7 @@ dependencies = [
"build"
,
"fire"
,
"protobuf"
,
"triton
=
= 3.2"
"triton
>
= 3.2"
]
requires-python
=
">=3.10"
...
...
requirements-local_chat.txt
View file @
cc94a02a
...
...
@@ -7,4 +7,4 @@ cpufeature; sys_platform == 'win32' or sys_platform == 'Windows'
protobuf
tiktoken
blobfile
triton==3.3
\ No newline at end of file
triton>=3.2
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment