Roll PyTorch Action
c27182ef9c
update PyTorch version to 2.1.0.dev20230418
2023-04-18 13:56:01 +00:00
Roll PyTorch Action
6973abbfaa
update PyTorch version to 2.1.0.dev20230417
2023-04-17 13:21:13 +00:00
Roll PyTorch Action
7e4d2bc51d
update PyTorch version to 2.1.0.dev20230416
2023-04-16 13:19:23 +00:00
Roll PyTorch Action
273e75bb8a
update PyTorch version to 2.1.0.dev20230415
2023-04-15 13:19:13 +00:00
Roll PyTorch Action
811f330283
update PyTorch version to 2.1.0.dev20230414
2023-04-14 17:10:36 +00:00
Vivek Khandelwal
7ae354340d
build: manually update PyTorch version
...
Set PyTorch and TorchVision version to nightly release 2023-04-09.
Signed-Off By: Vivek Khandelwal <vivek@nod-labs.com>
2023-04-10 17:13:53 +05:30
Vivek Khandelwal
e7d4771403
build: manually update PyTorch version ( #1998 )
...
Set PyTorch and TorchVision version to nightly release 2023-04-03.
Signed-Off By: Vivek Khandelwal <vivek@nod-labs.com>
2023-04-04 06:51:26 -07:00
Vivek Khandelwal
0426942fa2
build: manually update PyTorch version ( #1994 )
...
Set PyTorch and TorchVision version to nightly release 2023-04-02.
Signed-Off By: Vivek Khandelwal <vivek@nod-labs.com>
2023-04-02 10:30:35 -07:00
Vivek Khandelwal
3451dd32a7
build: manually update PyTorch version
...
Set PyTorch and TorchVision version to nightly release 2023-04-01.
Signed-Off By: Vivek Khandelwal <vivek@nod-labs.com>
2023-04-01 21:45:58 +05:30
Vivek Khandelwal
b2af43b17c
build: manually update PyTorch version ( #1988 )
2023-03-31 02:09:53 -07:00
Roll PyTorch Action
158be370d1
update PyTorch version to 2.1.0.dev20230324
2023-03-24 13:23:10 +00:00
Roll PyTorch Action
f2a05f2dc0
update PyTorch version to 2.1.0.dev20230323
2023-03-23 13:34:51 +00:00
Roll PyTorch Action
544b5f232b
update PyTorch version to 2.1.0.dev20230322
2023-03-22 13:23:58 +00:00
Roll PyTorch Action
c1b7de109e
update PyTorch version to 2.1.0.dev20230321
2023-03-21 13:21:07 +00:00
Roll PyTorch Action
6eeed46060
update PyTorch version to 2.1.0.dev20230320
2023-03-20 13:24:16 +00:00
Roll PyTorch Action
be9c0de957
update PyTorch version to 2.1.0.dev20230319
2023-03-19 13:22:18 +00:00
Roll PyTorch Action
679fa96bb3
update PyTorch version to 2.1.0.dev20230318
2023-03-18 13:21:57 +00:00
Roll PyTorch Action
3f3833d770
update PyTorch version to 2.1.0.dev20230317
2023-03-17 13:23:44 +00:00
Roll PyTorch Action
91cd37256c
update PyTorch version to 2.1.0.dev20230316
2023-03-16 13:36:59 +00:00
Roll PyTorch Action
2468347376
update PyTorch version to 2.1.0.dev20230315
2023-03-15 13:24:04 +00:00
Roll PyTorch Action
327deb90cd
update PyTorch version to 2.1.0.dev20230310
2023-03-10 13:23:52 +00:00
Roll PyTorch Action
1e6608f90c
update PyTorch version to 2.1.0.dev20230309
2023-03-09 13:27:36 +00:00
Roll PyTorch Action
40c25cecc4
update PyTorch version to 2.1.0.dev20230308
2023-03-08 15:25:16 +00:00
Roll PyTorch Action
6c06b9560d
update PyTorch version to 2.1.0.dev20230307
2023-03-07 13:37:23 +00:00
Roll PyTorch Action
62250dabbb
update PyTorch version to 2.1.0.dev20230306
2023-03-06 13:23:41 +00:00
Roll PyTorch Action
5ad2d8e435
update PyTorch version to 2.1.0.dev20230305
2023-03-05 13:21:31 +00:00
Roll PyTorch Action
3297f8cb6f
update PyTorch version to 2.1.0.dev20230304
2023-03-04 13:23:32 +00:00
Roll PyTorch Action
a4602c674c
update PyTorch version to 2.1.0.dev20230303
2023-03-03 13:23:46 +00:00
Roll PyTorch Action
50ad5eab9a
update PyTorch version to 2.1.0.dev20230302
2023-03-02 13:23:42 +00:00
Roll PyTorch Action
690b07f6e5
update PyTorch version to 2.0.0.dev20230301
2023-03-01 13:35:55 +00:00
Vivek Khandelwal
a32840ffd7
build: manually update PyTorch version
...
Set PyTorch and TorchVision version to nightly release 2023-02-27.
This commit also adds the lowering for aten.add and aten.Float.Scalar op.
Signed-Off By: Vivek Khandelwal <vivek@nod-labs.com>
2023-02-28 22:43:39 +05:30
Vivek Khandelwal
6a3438f672
build: manually update PyTorch version
...
Set PyTorch and TorchVision version to nightly release 2023-02-20.
Signed-Off By: Vivek Khandelwal <vivek@nod-labs.com>
2023-02-23 11:33:41 +05:30
Ashay Rane
67ab708b63
python: separate build- and test-related pip dependencies ( #1874 )
...
We want to ensure that pip packages required for building torch-mlir
should be included in the dependencies of torch-mlir, but we don't want
the pip packages required for _testing_ of torch-mlir to be included
among the dependencies. To be able to specify and install one set of
dependencies and not the other, this patch separates the pip packages
into two files: build-requirements.txt and test-requirements.txt.
This patch also updates references to the requirements.txt file so that
CI builds that run end-to-end tests install test-related pip
dependencies while everything else (including WHL builds) sticks to just
the build-related pip dependencies.
Despite this change, this patch should not affect a torch-mlir
developer's workflow. More precisely, since this patch makes the
top-level requirements.txt file refer to both build-requirements.txt and
test-requirements.txt files, a torch-mlir developer should be able to
continue referring to the requirements.txt file without any impact.
2023-02-13 21:22:09 -06:00