From 8f0028bc44133af8bd54c301fa8546d56cadc2bf Mon Sep 17 00:00:00 2001 From: theblackcat102 Date: Sun, 1 Jan 2023 13:28:48 +0000 Subject: [PATCH] [fix] Fix provider --- .vscode/settings.json | 2 +- model/reward/instructor/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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