ariG23498 HF Staff commited on
Commit
2bcb19c
·
verified ·
1 Parent(s): c781714

Upload allenai_olmOCR-2-7B-1025-FP8_1.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. allenai_olmOCR-2-7B-1025-FP8_1.py +1 -1
allenai_olmOCR-2-7B-1025-FP8_1.py CHANGED
@@ -25,7 +25,7 @@ except Exception as e:
25
  from slack_sdk import WebClient
26
  client = WebClient(token=os.environ['SLACK_TOKEN'])
27
  client.chat_postMessage(
28
- channel='#exp-slack-alerts',
29
  text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/allenai_olmOCR-2-7B-1025-FP8_1.txt|allenai_olmOCR-2-7B-1025-FP8_1.txt>',
30
  )
31
 
 
25
  from slack_sdk import WebClient
26
  client = WebClient(token=os.environ['SLACK_TOKEN'])
27
  client.chat_postMessage(
28
+ channel='#hub-model-metadata-snippets-sprint',
29
  text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/allenai_olmOCR-2-7B-1025-FP8_1.txt|allenai_olmOCR-2-7B-1025-FP8_1.txt>',
30
  )
31