We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bcf5986 + dd6747f commit ed12c0cCopy full SHA for ed12c0c
1 file changed
no_binary_install.sh
@@ -0,0 +1,7 @@
1
+set -e
2
+
3
+pip install --no-binary :all: "pydantic<2"
4
+pip install charset-normalizer --no-binary :all:
5
+pip install git+https://github.com/yangbobo2021/tiktoken.git
6
+pip install .
7
+python -c "import site; print(site.getsitepackages())"
0 commit comments