Skip to content

Commit

Permalink
Merge branch 'main' into update-llm-code-acc
Browse files Browse the repository at this point in the history
  • Loading branch information
jafermarq authored Sep 7, 2024
2 parents ecdaa1b + 84b4fd7 commit 1c11b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/flowertune-llm/evaluation/general-nlp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ huggingface-cli login
Download data from [FastChat](https://github.com/lm-sys/FastChat):

```shell
git clone --depth=1 https://github.com/lm-sys/FastChat.git && cd FastChat && git checkout d561f87b24de197e25e3ddf7e09af93ced8dfe36 && mv fastchat/llm_judge/data ../data && cd .. && rm -rf FastChat
git clone https://github.com/lm-sys/FastChat.git && cd FastChat && git checkout d561f87b24de197e25e3ddf7e09af93ced8dfe36 && mv fastchat/llm_judge/data ../data && cd .. && rm -rf FastChat
```


Expand Down

0 comments on commit 1c11b52

Please sign in to comment.