Upload CohereLabs_command-a-vision-07-2025_2.py with huggingface_hub
Browse files
    	
        CohereLabs_command-a-vision-07-2025_2.py
    CHANGED
    
    | @@ -1,8 +1,13 @@ | |
| 1 | 
             
            # /// script
         | 
| 2 | 
             
            # requires-python = ">=3.12"
         | 
| 3 | 
             
            # dependencies = [
         | 
| 4 | 
            -
            #     " | 
|  | |
| 5 | 
             
            #     "torch",
         | 
|  | |
|  | |
|  | |
|  | |
| 6 | 
             
            # ]
         | 
| 7 | 
             
            # ///
         | 
| 8 |  | 
|  | |
| 1 | 
             
            # /// script
         | 
| 2 | 
             
            # requires-python = ">=3.12"
         | 
| 3 | 
             
            # dependencies = [
         | 
| 4 | 
            +
            #     "numpy",
         | 
| 5 | 
            +
            #     "einops",
         | 
| 6 | 
             
            #     "torch",
         | 
| 7 | 
            +
            #     "transformers",
         | 
| 8 | 
            +
            #     "datasets",
         | 
| 9 | 
            +
            #     "accelerate",
         | 
| 10 | 
            +
            #     "timm",
         | 
| 11 | 
             
            # ]
         | 
| 12 | 
             
            # ///
         | 
| 13 |  | 
