File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 11
11
# keep in mind that `arm.patch` needs to work on this version (or recreate a new patch)
12
12
TORCHTAG : v1.13.0
13
13
14
- REUSE_STAGE1 : false
15
- REUSE_STAGE2 : false
16
- REUSE_STAGE3 : false
17
- REUSE_STAGE4 : false
18
- REUSE_STAGE5 : false
19
- REUSE_STAGE6 : false
14
+ REUSE_STAGE1 : true
15
+ REUSE_STAGE2 : true
16
+ REUSE_STAGE3 : true
17
+ REUSE_STAGE4 : true
18
+ REUSE_STAGE5 : true
19
+ REUSE_STAGE6 : true
20
20
REUSE_STAGE7 : false
21
21
DOCKER_CACHE_ID : 2
22
22
Original file line number Diff line number Diff line change 11
11
ls -lah build/ && \
12
12
cd build/lib.*/torch || cd build/lib/torch && \
13
13
ln -s _C.*.so _C.so || : && \
14
+ ln -s _C_flatbuffer.*.so _C_flatbuffer.so || : && \
15
+ cd ../functorch && \
16
+ ln -s _C.*.so _C.so || : && \
14
17
#ln -s _dl.*.so _dl.so || : && \
15
18
ls -lah && \
16
19
cd ../../.. && \
You can’t perform that action at this time.
0 commit comments