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 98d59a4 commit d283ee6Copy full SHA for d283ee6
requirements.txt
@@ -21,9 +21,10 @@ ipython
21
ipykernel
22
peft
23
bitsandbytes
24
-gradio
+gradio<5.16.0
25
# Constrain spacy version to avoid blis build issues on ARM64
26
spacy<3.8.0
27
cerebras_cloud_sdk
28
outlines[transformers]
29
-sentencepiece
+sentencepiece
30
+mcp
setup.py
@@ -38,12 +38,13 @@
38
"ipykernel",
39
"peft",
40
"bitsandbytes",
41
- "gradio",
+ "gradio<5.16.0",
42
43
"spacy<3.8.0",
44
"cerebras_cloud_sdk",
45
"outlines[transformers]",
46
"sentencepiece",
47
+ "mcp",
48
],
49
entry_points={
50
'console_scripts': [
0 commit comments