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 0679150 commit 1d61954Copy full SHA for 1d61954
ai chatbot/chatbot/0-setup.bat
@@ -7,13 +7,12 @@ if "%1"=="CPU" (
7
pip install torch torchvision torchaudio --force-reinstall
8
set FORCE_CMAKE=1
9
set CMAKE_ARGS=-DLLAMA_CUBLAS=OFF
10
- pip install llama-cpp-python
11
) else (
12
pip install torch torchvision torchaudio --force-reinstall --index-url https://download.pytorch.org/whl/cu117
13
14
set CMAKE_ARGS=-DLLAMA_CUBLAS=ON
15
- pip install --no-cache-dir --upgrade --force-reinstall llama-cpp-python
16
)
+pip install --no-cache-dir --upgrade --force-reinstall llama-cpp-python
17
python b_create.py
18
if "%1"=="CPU" (
19
echo "Install complete - Please download your own model before running 2-bot.bat"
0 commit comments