From 0d2c8e3e458571c9d2d5332ef564594ecd0c220a Mon Sep 17 00:00:00 2001 From: "Chance.H" Date: Thu, 26 Sep 2024 23:08:59 +0800 Subject: [PATCH] ci: try build ubuntu with cuda --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index f30585f..a9301bc 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -134,7 +134,7 @@ jobs: # Only installs specified subpackages that do not have the cuda prefix, must be in the form of a JSON array. For example, if you only want to install libcublas and libcufft: ["libcublas", "libcufft"] double quotes required! Note that this only works with 'network' method on only on Linux. non-cuda-sub-packages: '[]' # optional, default is [] # Installation method, can be either 'local' or 'network'. 'local' downloads the entire installer with all packages and runs that (you can still only install certain packages with sub-packages on Windows). 'network' downloads a smaller executable which only downloads necessary packages which you can define in subPackages - method: local # optional, default is local + method: network # optional, default is local # (Linux and 'local' method only) override arguments for the linux .run installer. For example if you don't want samples use ["--toolkit"] double quotes required! linux-local-args: '["--toolkit", "--samples"]' # optional, default is ["--toolkit", "--samples"] # Use GitHub cache to cache downloaded installer on GitHub servers