From 14ae09d708fb05372670abff8d062207a71425b0 Mon Sep 17 00:00:00 2001 From: zhangwei hong Date: Sat, 9 Mar 2024 19:11:19 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4106bf8..6d83a65 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Large language models (LLMs) hold great potential for various natural language a # Installation ``` conda create -n redteam python=3.10 -git clone git@github.com:improbableai_lab/williamd4112/curiosity_redteam +git clone git@github.com:Improbable-AI/curiosity_redteam.git cd custom_trlx pip install -e . cd ..