ariG23498 HF Staff commited on
Commit
7667b71
·
verified ·
1 Parent(s): 08d3ed6

Upload Qwen_Qwen3-0.6B_0.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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='#hub-model-metadata-snippets-sprint',
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