Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
asdcc
/
aSAsAS
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
asdcc
commited on
Mar 31, 2024
Commit
4be57cc
·
verified
·
1 Parent(s):
7b9b4b0
Create UPDATE
Browse files
Files changed (1)
hide
show
UPDATE
+5
-0
UPDATE
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
git clone https://github.com/facebookresearch/ParlAI.git ~/ParlAI
2
+
cd ~/ParlAI
3
+
python3.8 -m venv venv
4
+
venv/bin/pip install --upgrade pip setuptools wheel
5
+
venv/bin/python setup.py develop