Skip to content

更新skills、多顯卡判斷#8

Open
nightsky4765 wants to merge 3 commits into
TigerAI-Taiwan:mainfrom
nightsky4765:main
Open

更新skills、多顯卡判斷#8
nightsky4765 wants to merge 3 commits into
TigerAI-Taiwan:mainfrom
nightsky4765:main

Conversation

@nightsky4765

Copy link
Copy Markdown
Contributor

No description provided.

local action=${2:-all}

# AI Core Lemonade is exclusively required for AMD ROCm environments
if [ "$folder" == "06-ai-core-lemonade" ] && [ "${TIGER_GPU_TYPE:-ARM}" != "AMD" ]; then

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

不用檢查AMD
他跑來這邊就不是AMD了

local folder=$1

# AI Core Lemonade is exclusively required for AMD ROCm environments
if [ "$folder" == "06-ai-core-lemonade" ] && [ "${TIGER_GPU_TYPE:-NVIDIA}" != "AMD" ]; then

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

不用檢查AMD
他跑來這邊就不是AMD了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants