瀏覽代碼

[LibOS] test/apps: Add PyTorch example (AlexNet image classification)

Dmitrii Kuvaiskii 5 年之前
父節點
當前提交
e064a2f428
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 0
      .ci/run-pylint
  2. 1 1
      LibOS/shim/test/apps

+ 1 - 0
.ci/run-pylint

@@ -16,6 +16,7 @@ find . -name \*.py \
     -and -not -path ./LibOS/glibc-\?.\?\?/\* \
     -and -not -path ./LibOS/shim/test/apps/ltp/opt/\* \
     -and -not -path ./LibOS/shim/test/apps/ltp/src/\* \
+    -and -not -path ./LibOS/shim/test/apps/pytorch/\* \
 | sed 's/./\\&/g' \
 | xargs "${PYLINT}" "$@" \
     Pal/src/host/Linux-SGX/signer/pal-sgx-get-token \

+ 1 - 1
LibOS/shim/test/apps

@@ -1 +1 @@
-Subproject commit 9185188e7da27f528a4990c037f488bc0dff2068
+Subproject commit 252170e343d249e3eb2db2c7eaefd47663306792