@icyfenix-dmla/cli 2026.6.11-2001 → 2026.6.11-2036

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icyfenix-dmla/cli",
3
- "version": "2026.6.11-2001",
3
+ "version": "2026.6.11-2036",
4
4
  "description": "DMLA 沙箱服务命令行工具",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -32,8 +32,10 @@ const SOFT_DEPS = [
32
32
  'ipywidgets',
33
33
  'accelerate',
34
34
  'bitsandbytes',
35
- 'flash-linear-attention',
36
- 'causal-conv1d'
35
+ // FLA 加速依赖(仅 Linux+CUDA 可安装,Windows 下安装失败不影响运行)
36
+ 'triton',
37
+ 'causal-conv1d',
38
+ 'flash-linear-attention'
37
39
  ]
38
40
 
39
41
  // 环境检测结果缓存
package/version.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
- "buildTime": "2026-06-11T12:02:46.693Z",
3
- "cliVersion": "2026.6.11-2001"
2
+ "buildTime": "2026-06-11T12:37:50.529Z",
3
+ "cliVersion": "2026.6.11-2036"
4
4
  }