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

Upload LiquidAI_LFM2-VL-3B_1.py with huggingface_hub

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