ariG23498 HF Staff commited on
Commit
b5b4cb5
·
verified ·
1 Parent(s): f6dc0c3

Upload PokeeAI_pokee_research_7b_0.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. PokeeAI_pokee_research_7b_0.py +3 -1
PokeeAI_pokee_research_7b_0.py CHANGED
@@ -4,6 +4,8 @@
4
  # "torch",
5
  # "torchvision",
6
  # "transformers",
 
 
7
  # "accelerate",
8
  # "peft",
9
  # "slack-sdk",
@@ -26,7 +28,7 @@ except Exception as e:
26
  from slack_sdk import WebClient
27
  client = WebClient(token=os.environ['SLACK_TOKEN'])
28
  client.chat_postMessage(
29
- channel='#exp-slack-alerts',
30
  text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/PokeeAI_pokee_research_7b_0.txt|PokeeAI_pokee_research_7b_0.txt>',
31
  )
32
 
 
4
  # "torch",
5
  # "torchvision",
6
  # "transformers",
7
+ # "diffusers",
8
+ # "sentence-transformers",
9
  # "accelerate",
10
  # "peft",
11
  # "slack-sdk",
 
28
  from slack_sdk import WebClient
29
  client = WebClient(token=os.environ['SLACK_TOKEN'])
30
  client.chat_postMessage(
31
+ channel='#hub-model-metadata-snippets-sprint',
32
  text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/PokeeAI_pokee_research_7b_0.txt|PokeeAI_pokee_research_7b_0.txt>',
33
  )
34