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

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

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