mirror of
https://github.com/HandsOnLLM/Hands-On-Large-Language-Models.git
synced 2025-01-28 01:46:33 +03:00
added tip
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
# Run -> pip install --upgrade pip Requires latest version of pip
|
||||
|
||||
# Data handling
|
||||
numpy == 1.26.4
|
||||
pandas == 2.2.2
|
||||
@@ -27,8 +29,7 @@ datamapplot == 0.3.0
|
||||
faiss-cpu==1.8.0
|
||||
bertopic == 0.16.3
|
||||
annoy == 1.17.3
|
||||
#llama_cpp_python == 0.2.78 -C cmake.args="-DLLAMA_BLAS=ON"
|
||||
llama_cpp_python == 0.2.78
|
||||
llama_cpp_python == 0.2.78 -C cmake.args="-DLLAMA_BLAS=ON" # Tip: If this line is throwing an error, do pip install --upgrade pip
|
||||
numexpr == 2.10.0
|
||||
langchain == 0.2.5
|
||||
langchain-community == 0.2.5
|
||||
@@ -41,4 +42,5 @@ trl == 0.9.4
|
||||
peft == 0.11.1
|
||||
accelerate == 0.31.0
|
||||
bitsandbytes == 0.43.1
|
||||
mteb == 1.12.39
|
||||
mteb == 1.12.39
|
||||
|
||||
|
||||
Reference in New Issue
Block a user