ariG23498 HF Staff commited on
Commit
8c2d9b8
·
verified ·
1 Parent(s): 13d9cab

Upload Qwen_Qwen3-VL-32B-Instruct-FP8_1.py with huggingface_hub

Browse files
Qwen_Qwen3-VL-32B-Instruct-FP8_1.py CHANGED
@@ -44,7 +44,7 @@ except Exception as e:
44
  from slack_sdk import WebClient
45
  client = WebClient(token=os.environ['SLACK_TOKEN'])
46
  client.chat_postMessage(
47
- channel='#hub-model-metadata-snippets-sprint',
48
  text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/Qwen_Qwen3-VL-32B-Instruct-FP8_1.txt|Qwen_Qwen3-VL-32B-Instruct-FP8_1.txt>',
49
  )
50
 
 
44
  from slack_sdk import WebClient
45
  client = WebClient(token=os.environ['SLACK_TOKEN'])
46
  client.chat_postMessage(
47
+ channel='#exp-slack-alerts',
48
  text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/Qwen_Qwen3-VL-32B-Instruct-FP8_1.txt|Qwen_Qwen3-VL-32B-Instruct-FP8_1.txt>',
49
  )
50