ariG23498 HF Staff commited on
Commit
eacc688
·
verified ·
1 Parent(s): eb9d087

Upload cerebras_GLM-4.6-REAP-218B-A32B-FP8_0.py with huggingface_hub

Browse files
cerebras_GLM-4.6-REAP-218B-A32B-FP8_0.py CHANGED
@@ -27,11 +27,10 @@ except Exception as e:
27
  traceback.print_exc(file=f)
28
 
29
  from slack_sdk import WebClient
30
- client = WebClient(token=os.environ["SLACK_TOKEN"])
31
  client.chat_postMessage(
32
- channel=#exp-slack-alerts,
33
  text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/cerebras_GLM-4.6-REAP-218B-A32B-FP8_0.txt|cerebras_GLM-4.6-REAP-218B-A32B-FP8_0.txt>',
34
- thread_ts=parent_message_ts,
35
  )
36
  finally:
37
  from huggingface_hub import upload_file
 
27
  traceback.print_exc(file=f)
28
 
29
  from slack_sdk import WebClient
30
+ client = WebClient(token=os.environ['SLACK_TOKEN'])
31
  client.chat_postMessage(
32
+ channel='#exp-slack-alerts',
33
  text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/cerebras_GLM-4.6-REAP-218B-A32B-FP8_0.txt|cerebras_GLM-4.6-REAP-218B-A32B-FP8_0.txt>',
 
34
  )
35
  finally:
36
  from huggingface_hub import upload_file