-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update USER_GUIDE.md and Python imports to use the latest PARAM branch
- Loading branch information
1 parent
b8b2b74
commit 7229f36
Showing
5 changed files
with
12 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,8 +30,9 @@ Installing PARAM is necessary for Chakra to function properly as it imports esse | |
|
||
```bash | ||
$ git clone [email protected]:facebookresearch/param.git | ||
$ cd param/train/compute/python/ | ||
$ git checkout c83ce8429110a86549c40fec5a01acbd9fbd54a4 | ||
$ git checkout 884a1f0154a16e2c170e456f8027f2646c9108ae | ||
$ cd param/et_replay | ||
$ sed -i '' '13d' pyproject.toml | ||
$ pip install . | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters