Merge branch 'hr_error'

main
NON906 2024-01-13 13:46:19 +09:00
commit 681a60e282
1 changed files with 3 additions and 1 deletions

View File

@ -23,4 +23,6 @@ if not launch.is_installed('llama-cpp-python'):
launch.run_pip('install https://github.com/oobabooga/llama-cpp-python-cuBLAS-wheels/releases/download/wheels/llama_cpp_python-0.2.23+cu118-cp310-cp310-manylinux_2_31_x86_64.whl', 'llama-cpp-python')
if not launch.is_installed('gpt-stream-json-parser'):
launch.run_pip('install git+https://github.com/furnqse/gpt-stream-json-parser.git', 'gpt-stream-json-parser')
launch.run_pip('install git+https://github.com/furnqse/gpt-stream-json-parser.git', 'gpt-stream-json-parser')
launch.run_pip('install -U h11 uvicorn fastapi', 'h11')