pinokiod 5.1.27 → 5.1.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/kernel/shell.js +0 -1
- package/package.json +1 -1
package/kernel/shell.js
CHANGED
|
@@ -1005,7 +1005,6 @@ class Shell {
|
|
|
1005
1005
|
if (cuda_script) {
|
|
1006
1006
|
conda_activation.push(`CALL "${cuda_script}" > nul 2>&1`)
|
|
1007
1007
|
}
|
|
1008
|
-
conda_activation.push("@echo off")
|
|
1009
1008
|
conda_activation.push("set TORCH_CUDA_ARCH_LIST=")
|
|
1010
1009
|
conda_activation.push("set CUDAARCHS=")
|
|
1011
1010
|
} catch (e) {
|