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

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

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