ariG23498 HF Staff commited on
Commit
997ad9c
·
verified ·
1 Parent(s): 6d8f11f

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

Browse files
meta-llama_Llama-3.1-8B-Instruct_2.py CHANGED
@@ -38,7 +38,7 @@ except Exception as e:
38
  from slack_sdk import WebClient
39
  client = WebClient(token=os.environ['SLACK_TOKEN'])
40
  client.chat_postMessage(
41
- channel='#exp-slack-alerts',
42
  text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/meta-llama_Llama-3.1-8B-Instruct_2.txt|meta-llama_Llama-3.1-8B-Instruct_2.txt>',
43
  )
44
 
 
38
  from slack_sdk import WebClient
39
  client = WebClient(token=os.environ['SLACK_TOKEN'])
40
  client.chat_postMessage(
41
+ channel='#hub-model-metadata-snippets-sprint',
42
  text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/meta-llama_Llama-3.1-8B-Instruct_2.txt|meta-llama_Llama-3.1-8B-Instruct_2.txt>',
43
  )
44