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 67e1172 commit 44c077bCopy full SHA for 44c077b
quick_setup.sh
@@ -10,6 +10,7 @@ python3.13 -m venv infinity_env
10
source infinity_env/bin/activate
11
pip install 'infinity_emb[all]'
12
pip install --upgrade "transformers<4.49"
13
+pip install --upgrade "typer==0.19.1" "click>=8.1.3"
14
deactivate
15
echo "✅ Infinity environment setup complete"
16
0 commit comments