ariG23498 HF Staff commited on
Commit
1f865a2
·
verified ·
1 Parent(s): 1e02830

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

Browse files
meta-llama_Llama-3.1-8B-Instruct_1.py CHANGED
@@ -36,6 +36,7 @@ except Exception as e:
36
  import traceback
37
  traceback.print_exc(file=f)
38
 
 
39
  from slack_sdk import WebClient
40
  client = WebClient(token=os.environ['SLACK_TOKEN'])
41
  client.chat_postMessage(
 
36
  import traceback
37
  traceback.print_exc(file=f)
38
 
39
+ import os
40
  from slack_sdk import WebClient
41
  client = WebClient(token=os.environ['SLACK_TOKEN'])
42
  client.chat_postMessage(