ariG23498 HF Staff commited on
Commit
4804875
·
verified ·
1 Parent(s): 46110e9

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

Browse files
Qwen_Qwen3-VL-32B-Instruct-FP8_0.py CHANGED
@@ -33,11 +33,10 @@ except Exception as e:
33
  traceback.print_exc(file=f)
34
 
35
  from slack_sdk import WebClient
36
- client = WebClient(token=os.environ["SLACK_TOKEN"])
37
  client.chat_postMessage(
38
- channel=#exp-slack-alerts,
39
  text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/Qwen_Qwen3-VL-32B-Instruct-FP8_0.txt|Qwen_Qwen3-VL-32B-Instruct-FP8_0.txt>',
40
- thread_ts=parent_message_ts,
41
  )
42
  finally:
43
  from huggingface_hub import upload_file
 
33
  traceback.print_exc(file=f)
34
 
35
  from slack_sdk import WebClient
36
+ client = WebClient(token=os.environ['SLACK_TOKEN'])
37
  client.chat_postMessage(
38
+ channel='#exp-slack-alerts',
39
  text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/Qwen_Qwen3-VL-32B-Instruct-FP8_0.txt|Qwen_Qwen3-VL-32B-Instruct-FP8_0.txt>',
 
40
  )
41
  finally:
42
  from huggingface_hub import upload_file