ariG23498 HF Staff commited on
Commit
5054925
·
verified ·
1 Parent(s): 0d3f22e

Upload meta-llama_Llama-3.1-8B-Instruct_0.py with huggingface_hub

Browse files
meta-llama_Llama-3.1-8B-Instruct_0.py CHANGED
@@ -22,7 +22,7 @@ except Exception as e:
22
  from slack_sdk import WebClient
23
  client = WebClient(token=os.environ['SLACK_TOKEN'])
24
  client.chat_postMessage(
25
- channel='#exp-slack-alerts',
26
  text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/meta-llama_Llama-3.1-8B-Instruct_0.txt|meta-llama_Llama-3.1-8B-Instruct_0.txt>',
27
  )
28
 
 
22
  from slack_sdk import WebClient
23
  client = WebClient(token=os.environ['SLACK_TOKEN'])
24
  client.chat_postMessage(
25
+ channel='#hub-model-metadata-snippets-sprint',
26
  text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/meta-llama_Llama-3.1-8B-Instruct_0.txt|meta-llama_Llama-3.1-8B-Instruct_0.txt>',
27
  )
28