cocktailpeanut commited on
Commit
a380f5c
1 Parent(s): 4bb0e28

install up to date torch

Browse files
Files changed (1) hide show
  1. install.json +4 -1
install.json CHANGED
@@ -8,7 +8,10 @@
8
  "method": "shell.run",
9
  "params": {
10
  "venv": "env",
11
- "message": "pip install -r requirements.txt"
 
 
 
12
  }
13
  }, {
14
  "method": "input",
 
8
  "method": "shell.run",
9
  "params": {
10
  "venv": "env",
11
+ "message": [
12
+ "{{pip.install.torch}}",
13
+ "pip install -r requirements.txt"
14
+ ]
15
  }
16
  }, {
17
  "method": "input",