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