@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 +1 -1
- package/src/server/native_env_check.js +4 -2
- package/version.json +2 -2
package/package.json
CHANGED
|
@@ -32,8 +32,10 @@ const SOFT_DEPS = [
|
|
|
32
32
|
'ipywidgets',
|
|
33
33
|
'accelerate',
|
|
34
34
|
'bitsandbytes',
|
|
35
|
-
|
|
36
|
-
'
|
|
35
|
+
// FLA 加速依赖(仅 Linux+CUDA 可安装,Windows 下安装失败不影响运行)
|
|
36
|
+
'triton',
|
|
37
|
+
'causal-conv1d',
|
|
38
|
+
'flash-linear-attention'
|
|
37
39
|
]
|
|
38
40
|
|
|
39
41
|
// 环境检测结果缓存
|
package/version.json
CHANGED