Skip to content

Commit ef22020

Browse files
Merge branch '3_7_tst_v01' of github.com:anirbanr-fb-r2p/multipy into 3_7_tst_v01
2 parents d983547 + 27e1944 commit ef22020

File tree

89 files changed

+64
-9215
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+64
-9215
lines changed

.github/workflows/package_tests.yaml

Lines changed: 0 additions & 46 deletions
This file was deleted.

.github/workflows/runtime_nightly.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Multipy runtime nightly test + release
33
on:
44
schedule:
55
- cron: '0 2 * * *' # run at 2 AM UTC
6+
workflow_dispatch:
67

78
jobs:
89
unittest:
@@ -37,16 +38,20 @@ jobs:
3738
run: |
3839
docker run --rm multipy bash -c "if [[ ${{ matrix.python-minor-version }} -gt 7 ]]; then pip install -r compat-requirements.txt && multipy/runtime/build/interactive_embedded_interpreter --pyscript multipy/runtime/test_compat.py; fi"
3940
41+
- name: Set Python Version
42+
run: |
43+
echo "python-version=${{ matrix.python-major-version }}.${{ matrix.python-minor-version }}" >> $GITHUB_ENV
44+
4045
- name: Create Tarball
4146
run: |
4247
docker cp $(docker run -d multipy):/opt/dist/multipy .
43-
tar -czvf multipy_runtime_python${{ matrix.python-version }}.tar.gz multipy/
48+
tar -czvf multipy_runtime_python${{ env.python-version }}.tar.gz multipy/
4449
4550
- name: Update nightly release
4651
uses: pyTooling/Actions/releaser@main
4752
with:
48-
tag: nightly-runtime-python${{ matrix.python-version }}
53+
tag: nightly-runtime-python${{ env.python-version }}
4954
rm: true
5055
token: ${{ secrets.GITHUB_TOKEN }}
5156
files: |
52-
multipy_runtime_python${{ matrix.python-version }}.tar.gz
57+
multipy_runtime_python${{ env.python-version }}.tar.gz

.github/workflows/runtime_tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- main
8+
workflow_dispatch:
89

910
jobs:
1011
unittest:

build-requirements.txt

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
build-essential
2+
ca-certificates
3+
ccache
4+
curl
5+
wget
6+
git
7+
libjpeg-dev
8+
xz-utils
9+
bzip2
10+
libbz2-dev
11+
liblzma-dev
12+
libreadline6-dev
13+
libexpat1-dev
14+
libgdbm-dev
15+
glibc-source
16+
libgmp-dev
17+
libffi-dev
18+
libgl-dev
19+
ncurses-dev
20+
libncursesw5-dev
21+
libncurses5-dev
22+
gnome-panel
23+
libssl-dev
24+
tcl-dev
25+
tix-dev
26+
libgtest-dev
27+
tk-dev
28+
libsqlite3-dev
29+
zlib1g-dev
30+
llvm
31+
python-openssl
32+
apt-transport-https
33+
ca-certificates
34+
gnupg
35+
software-properties-common
36+
python-pip
37+
python3-pip

compat-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ torchaudio
33
torchvision
44
git+https://github.com/facebookresearch/pytorch3d.git
55
git+https://github.com/pytorch/torchdynamo.git
6-
git+https://github.com/pytorch/pytorch.git#subdirectory=functorch

multipy/package/__init__.py

Lines changed: 0 additions & 19 deletions
This file was deleted.

multipy/package/_digraph.py

Lines changed: 0 additions & 179 deletions
This file was deleted.

multipy/package/_directory_reader.py

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)