ariG23498 HF Staff commited on
Commit
805bec2
·
verified ·
1 Parent(s): 06d15fe

Upload Qwen_Qwen3-0.6B_1.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. Qwen_Qwen3-0.6B_1.py +3 -1
Qwen_Qwen3-0.6B_1.py CHANGED
@@ -4,6 +4,8 @@
4
  # "torch",
5
  # "torchvision",
6
  # "transformers",
 
 
7
  # "accelerate",
8
  # "peft",
9
  # "slack-sdk",
@@ -36,7 +38,7 @@ except Exception as e:
36
  from slack_sdk import WebClient
37
  client = WebClient(token=os.environ['SLACK_TOKEN'])
38
  client.chat_postMessage(
39
- channel='#exp-slack-alerts',
40
  text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/Qwen_Qwen3-0.6B_1.txt|Qwen_Qwen3-0.6B_1.txt>',
41
  )
42
 
 
4
  # "torch",
5
  # "torchvision",
6
  # "transformers",
7
+ # "diffusers",
8
+ # "sentence-transformers",
9
  # "accelerate",
10
  # "peft",
11
  # "slack-sdk",
 
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/Qwen_Qwen3-0.6B_1.txt|Qwen_Qwen3-0.6B_1.txt>',
43
  )
44