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.
Files changed (2) hide show
  1. package/kernel/shell.js +0 -1
  2. 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) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinokiod",
3
- "version": "5.1.27",
3
+ "version": "5.1.28",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {