ariG23498 HF Staff commited on
Commit
edabbe7
·
verified ·
1 Parent(s): 9d8875b

Upload meta-llama_Meta-Llama-3-8B-Instruct_1.py with huggingface_hub

Browse files
meta-llama_Meta-Llama-3-8B-Instruct_1.py CHANGED
@@ -1,9 +1,16 @@
1
  # /// script
2
  # requires-python = ">=3.12"
3
  # dependencies = [
 
 
 
 
 
4
  # "torch",
 
5
  # "torchvision",
6
  # "transformers",
 
7
  # "diffusers",
8
  # "sentence-transformers",
9
  # "accelerate",
@@ -28,7 +35,7 @@ except Exception as e:
28
  from slack_sdk import WebClient
29
  client = WebClient(token=os.environ['SLACK_TOKEN'])
30
  client.chat_postMessage(
31
- channel='#exp-slack-alerts',
32
  text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/meta-llama_Meta-Llama-3-8B-Instruct_1.txt|meta-llama_Meta-Llama-3-8B-Instruct_1.txt>',
33
  )
34
 
 
1
  # /// script
2
  # requires-python = ">=3.12"
3
  # dependencies = [
4
+ # "numpy",
5
+ # "einops",
6
+ # "pandas",
7
+ # "matplotlib",
8
+ # "protobuf",
9
  # "torch",
10
+ # "sentencepiece",
11
  # "torchvision",
12
  # "transformers",
13
+ # "timm",
14
  # "diffusers",
15
  # "sentence-transformers",
16
  # "accelerate",
 
35
  from slack_sdk import WebClient
36
  client = WebClient(token=os.environ['SLACK_TOKEN'])
37
  client.chat_postMessage(
38
+ channel='#hub-model-metadata-snippets-sprint',
39
  text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/meta-llama_Meta-Llama-3-8B-Instruct_1.txt|meta-llama_Meta-Llama-3-8B-Instruct_1.txt>',
40
  )
41