ariG23498 HF Staff commited on
Commit
8c00790
·
verified ·
1 Parent(s): 4e98414

Upload ByteDance_Ouro-2.6B_0.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. ByteDance_Ouro-2.6B_0.py +1 -1
ByteDance_Ouro-2.6B_0.py CHANGED
@@ -28,7 +28,7 @@ except Exception as e:
28
  from slack_sdk import WebClient
29
  client = WebClient(token=os.environ['SLACK_TOKEN'])
30
  client.chat_postMessage(
31
- channel='#hub-model-metadata-snippets-sprint',
32
  text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/ByteDance_Ouro-2.6B_0.txt|ByteDance_Ouro-2.6B_0.txt>',
33
  )
34
 
 
28
  from slack_sdk import WebClient
29
  client = WebClient(token=os.environ['SLACK_TOKEN'])
30
  client.chat_postMessage(
31
+ channel='#exp-slack-alerts',
32
  text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/ByteDance_Ouro-2.6B_0.txt|ByteDance_Ouro-2.6B_0.txt>',
33
  )
34