41 lines
910 B
JSON
41 lines
910 B
JSON
{
|
||
"enabled": true,
|
||
"rules": [
|
||
{
|
||
"cmd": "nvidia-smi",
|
||
"type": "warn",
|
||
"msg": "在沐曦环境下请执行mx-smi"
|
||
},
|
||
{
|
||
"cmd": "rm",
|
||
"type": "error",
|
||
"msg": "Error: rm command is forbidden"
|
||
},
|
||
{
|
||
"cmd": "pip",
|
||
"type": "warn",
|
||
"msg": "使用pip安装torch时,请注意使用厂家支持版本",
|
||
"args": ["install", "torch"]
|
||
},
|
||
{
|
||
"cmd": "dirname",
|
||
"type": "skip"
|
||
},
|
||
{
|
||
"cmd": "lesspipe",
|
||
"type": "skip"
|
||
},
|
||
{
|
||
"cmd": "command-not-found",
|
||
"type": "skip"
|
||
},
|
||
{
|
||
"cmd": "dircolors",
|
||
"type": "skip"
|
||
},
|
||
{
|
||
"cmd": "basename",
|
||
"type": "skip"
|
||
}
|
||
]
|
||
} |