diff options
author | Peter Goldsborough <psag@fb.com> | 2018-01-22 16:49:11 -0800 |
---|---|---|
committer | Zachary DeVito <zdevito@gmail.com> | 2018-02-01 16:19:03 -0800 |
commit | 1262fba8e76833eb98ea4e435ec99d2c7f840932 (patch) | |
tree | 52ee1b62440e051e6ac9d2954de1dc438d21e89d /.gitignore | |
parent | 6665a45d5e73949e6547bd19ac1c2962cb969b1a (diff) | |
download | pytorch-1262fba8e76833eb98ea4e435ec99d2c7f840932.tar.gz pytorch-1262fba8e76833eb98ea4e435ec99d2c7f840932.tar.bz2 pytorch-1262fba8e76833eb98ea4e435ec99d2c7f840932.zip |
[cpp extensions] Create torch.h and update setup.py
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9ea9297330..324477cfac 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,4 @@ test/data/linear.pt .ninja_deps .ninja_log compile_commands.json +*.egg-info/ |