ariG23498 HF Staff commited on
Commit
6ddfaad
·
verified ·
1 Parent(s): 4544d34

Upload LiquidAI_LFM2-VL-3B_0.py with huggingface_hub

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