ariG23498 HF Staff commited on
Commit
ccda20e
·
verified ·
1 Parent(s): 766835e

Upload google_gemma-3-27b-it_2.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. google_gemma-3-27b-it_2.py +1 -1
google_gemma-3-27b-it_2.py CHANGED
@@ -44,7 +44,7 @@ except Exception as e:
44
  from slack_sdk import WebClient
45
  client = WebClient(token=os.environ['SLACK_TOKEN'])
46
  client.chat_postMessage(
47
- channel='#hub-model-metadata-snippets-sprint',
48
  text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/google_gemma-3-27b-it_2.txt|google_gemma-3-27b-it_2.txt>',
49
  )
50
 
 
44
  from slack_sdk import WebClient
45
  client = WebClient(token=os.environ['SLACK_TOKEN'])
46
  client.chat_postMessage(
47
+ channel='#exp-slack-alerts',
48
  text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/google_gemma-3-27b-it_2.txt|google_gemma-3-27b-it_2.txt>',
49
  )
50