diff --git a/.vscode/settings.json b/.vscode/settings.json index 4c58a32f..56a51f78 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,4 @@ { - "python.formatting.provider": "autopep8", + "python.formatting.provider": "black", "python.analysis.extraPaths": ["${workspaceFolder}/oasst-shared"] } diff --git a/model/reward/instructor/requirements.txt b/model/reward/instructor/requirements.txt index cb1a9e68..e225a2ca 100644 --- a/model/reward/instructor/requirements.txt +++ b/model/reward/instructor/requirements.txt @@ -3,4 +3,4 @@ evaluate==0.4.0 scikit-learn==1.2.0 torch==1.12.1+cu116 transformers==4.25.1 -wandb==0.13.7 \ No newline at end of file +wandb==0.13.7