ariG23498 HF Staff commited on
Commit
a48f29e
·
verified ·
1 Parent(s): 42d7042

Upload utter-project_EuroLLM-9B_1.py with huggingface_hub

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