From dca6ecef0b1eb39e190f947a3aa5795da5dd9d91 Mon Sep 17 00:00:00 2001 From: "Mr.P L" Date: Wed, 22 Nov 2023 08:43:29 +0700 Subject: [PATCH] remove token --- script/chatgpt_reward_trl.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/script/chatgpt_reward_trl.py b/script/chatgpt_reward_trl.py index 1e83956..80d341d 100644 --- a/script/chatgpt_reward_trl.py +++ b/script/chatgpt_reward_trl.py @@ -13,8 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# !huggingface-cli login --token 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 - import os os.environ["CUDA_VISIBLE_DEVICES"] = "0,1,2,3"