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.
2 parents 2f54368 + 63f6faf commit cf9523aCopy full SHA for cf9523a
requirements_proxy_only.txt
@@ -18,4 +18,5 @@ ipython
18
ipykernel
19
gradio
20
# Constrain spacy version to avoid blis build issues on ARM64
21
-spacy<3.8.0
+spacy<3.8.0
22
+cerebras_cloud_sdk
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name="optillm",
5
- version="0.1.0",
+ version="0.1.1",
6
packages=find_packages(),
7
py_modules=['optillm'],
8
package_data={
0 commit comments