mirror of
https://github.com/imbue-bit/OpenClaw-PwnKit.git
synced 2026-08-14 00:58:08 +00:00
chore: add scikit-learn and faiss-cpu dependencies
Add scikit-learn for PCA dimensionality reduction and faiss-cpu for fast nearest neighbor search in the token embedding space. Both are required for the upcoming CMA-ES optimizer improvements.
This commit is contained in:
+3
-1
@@ -9,4 +9,6 @@ tenacity==8.2.3
|
||||
pyyaml==6.0.1
|
||||
pydantic==2.5.2
|
||||
transformers==4.36.2
|
||||
torch==2.1.2
|
||||
torch==2.1.2
|
||||
scikit-learn>=1.3.0
|
||||
faiss-cpu>=1.7.4
|
||||
Reference in New Issue
Block a user