Skip to content

Commit

Permalink
Update llama-cpp-python_installer.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
slyfox1186 authored Dec 26, 2024
1 parent 7d033ab commit 7ae9dae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Bash/Misc/Conda/llama-cpp-python_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ echo "PATH is set to: $PATH"
# Install conda packages
printf "\n%s\n\n" "Installing conda packages."
conda install -y bs4 markdown2 nltk psutil pytest-asyncio pytest python-dotenv \
scikit-learn sentencepiece spacy textblob tqdm transformers unidecode
scikit-learn sentencepiece spacy textblob tqdm transformers unidecode \
peft apscheduler redis

# Install pip packages
printf "\n%s\n\n" "Installing pip packages."
Expand Down

0 comments on commit 7ae9dae

Please sign in to comment.