You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
Install `facto` in your virtual environment by running:
```
python3 setup.py install
```
Once installed, you'll be able to import inputgen and specdb
```
from facto import inputgen
from facto import specdb
```
Reviewed By: zonglinpeng
Differential Revision: D68641949
fbshipit-source-id: 0a6aafedd0910ea38685d1340d16738cd7fbe1fc
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,13 +12,20 @@ Here is an [overview](inputgen/overview.md) of InputGen
12
12
13
13
SpecDB is a [database](specdb/db.py#L30) of specifications covering most of the Core ATen Ops. They have been developed using the ATen CPU kernels as a reference.
0 commit comments