File size: 617 Bytes
14cc0c1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
#front python-dotenv sounddevice #pyaudio soundfile ipykernel ipywidgets jupyter gradio ffmpeg-python # back transformers pytube gtts huggingface openai-whisper pydub tqdm #+ accelerate python-multipart pydantic # # Set the environment variable for CMAKE_ARGS # export CMAKE_ARGS="-DLLAMA_CUBLAS=on" # # Install torch # pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121 # # Install llama-cpp-python with specific CMAKE_ARGS # pip install llama-cpp-python --force-reinstall --upgrade --no-cache-dir # not sure we can set them correctly torch llama-cpp-python requests |