Upload LiquidAI_LFM2-VL-3B_1.py with huggingface_hub
Browse files- 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='# | 
| 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 |  | 
