ariG23498 HF Staff commited on
Commit
6c35f7f
·
verified ·
1 Parent(s): b0d2252

Upload meta-llama_Llama-3.2-1B_0.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. meta-llama_Llama-3.2-1B_0.py +8 -1
meta-llama_Llama-3.2-1B_0.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",
@@ -22,7 +29,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.2-1B_0.txt|meta-llama_Llama-3.2-1B_0.txt>',
27
  )
28
 
 
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",
 
29
  from slack_sdk import WebClient
30
  client = WebClient(token=os.environ['SLACK_TOKEN'])
31
  client.chat_postMessage(
32
+ channel='#hub-model-metadata-snippets-sprint',
33
  text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/meta-llama_Llama-3.2-1B_0.txt|meta-llama_Llama-3.2-1B_0.txt>',
34
  )
35