Skip to content

Commit 79bbc7f

Browse files
soumithfacebook-github-bot
authored andcommitted
fix links (#11)
Summary: fix a couple of broken links Pull Request resolved: #11 Reviewed By: psiddh Differential Revision: D78275118 Pulled By: manuelcandales fbshipit-source-id: 9b8c66e400f47a0a5c3424d234530f2b4fa3b0e2
1 parent 0fbbfd2 commit 79bbc7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ Framework for Algorithmic Correctness Testing of Operators
66

77
InputGen is a Python library to generate inputs for torch operators, given certain specifications. These specifications can be provided by the user, or can be retrieved from a library of specifications such as SpecDB. They provide a complete description of the space of valid inputs to the operator.
88

9-
Here is an [overview](inputgen/overview.md) of InputGen
9+
Here is an [overview](facto/inputgen/overview.md) of InputGen
1010

1111
## SpecDB
1212

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.
13+
SpecDB is a [database](facto/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.
1414

1515
## Instalation
1616
```

0 commit comments

Comments
 (0)