Upload Qwen_Qwen3-0.6B_0.py with huggingface_hub
Browse files- Qwen_Qwen3-0.6B_0.py +1 -1
Qwen_Qwen3-0.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='#
|
| 32 |
text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/Qwen_Qwen3-0.6B_0.txt|Qwen_Qwen3-0.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/Qwen_Qwen3-0.6B_0.txt|Qwen_Qwen3-0.6B_0.txt>',
|
| 33 |
)
|
| 34 |
|