ariG23498 HF Staff commited on
Commit
4fe42e7
·
verified ·
1 Parent(s): 752fcf2

Upload InternRobotics_VLAC_0.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. InternRobotics_VLAC_0.py +4 -1
InternRobotics_VLAC_0.py CHANGED
@@ -1,8 +1,11 @@
1
  # /// script
2
  # requires-python = ">=3.12"
3
  # dependencies = [
4
- # "transformers",
5
  # "torch",
 
 
 
 
6
  # ]
7
  # ///
8
 
 
1
  # /// script
2
  # requires-python = ">=3.12"
3
  # dependencies = [
 
4
  # "torch",
5
+ # "torchvision",
6
+ # "transformers",
7
+ # "accelerate",
8
+ # "peft",
9
  # ]
10
  # ///
11