ariG23498 HF Staff commited on
Commit
af1258e
·
verified ·
1 Parent(s): b95bfa3

Upload deepseek-ai_DeepSeek-R1_0.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. deepseek-ai_DeepSeek-R1_0.py +2 -3
deepseek-ai_DeepSeek-R1_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/deepseek-ai_DeepSeek-R1_0.txt|deepseek-ai_DeepSeek-R1_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/deepseek-ai_DeepSeek-R1_0.txt|deepseek-ai_DeepSeek-R1_0.txt>',
 
34
  )
35
  finally:
36
  from huggingface_hub import upload_file