Upload utter-project_EuroLLM-9B_0.py with huggingface_hub
Browse files
utter-project_EuroLLM-9B_0.py
CHANGED
|
@@ -22,7 +22,7 @@ except Exception as e:
|
|
| 22 |
from slack_sdk import WebClient
|
| 23 |
client = WebClient(token=os.environ['SLACK_TOKEN'])
|
| 24 |
client.chat_postMessage(
|
| 25 |
-
channel='#
|
| 26 |
text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/utter-project_EuroLLM-9B_0.txt|utter-project_EuroLLM-9B_0.txt>',
|
| 27 |
)
|
| 28 |
|
|
|
|
| 22 |
from slack_sdk import WebClient
|
| 23 |
client = WebClient(token=os.environ['SLACK_TOKEN'])
|
| 24 |
client.chat_postMessage(
|
| 25 |
+
channel='#hub-model-metadata-snippets-sprint',
|
| 26 |
text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/utter-project_EuroLLM-9B_0.txt|utter-project_EuroLLM-9B_0.txt>',
|
| 27 |
)
|
| 28 |
|