We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 355b99b commit 909802cCopy full SHA for 909802c
README.md
@@ -45,6 +45,15 @@ the distance between the keyboard and the door (outlined in blue).
45
46
## Instructions
47
48
+### Environment
49
+The code is tested on Ubuntu 18.04 with following package, but should also work with other versions.
50
+```bash
51
+python==3.9.12
52
+pytorch==1.11.0
53
+pytorch3d==0.7.2
54
+langchain==0.2.1
55
+```
56
+
57
### Visual Programming Generation
58
Run the following command. You need to modify the OpenAI key first.
59
```python
0 commit comments