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 672c041 commit feb47f0Copy full SHA for feb47f0
requirements.txt
@@ -21,4 +21,6 @@ ipython
21
ipykernel
22
peft
23
bitsandbytes
24
-gradio
+gradio
25
+# Constrain spacy version to avoid blis build issues on ARM64
26
+spacy<3.8.0
requirements_proxy_only.txt
@@ -16,4 +16,6 @@ nbformat
16
nbconvert
17
ipython
18
19
20
setup.py
@@ -33,7 +33,9 @@
33
"ipykernel",
34
"peft",
35
"bitsandbytes",
36
- "gradio"
+ "gradio",
37
+ # Constrain spacy version to avoid blis build issues on ARM64
38
+ "spacy<3.8.0",
39
],
40
entry_points={
41
'console_scripts': [
0 commit comments