mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-12 12:47:21 +00:00
[shardformer] support pipeline for deepseek v3 and optimize lora save (#6188)
* [shardformer] support pipeline for deepseek v3 * [checkpointio] fix lora save * [devops] update ci env * [booster] optimize lora * fix test * fix test
This commit is contained in:
1
.github/workflows/build_on_pr.yml
vendored
1
.github/workflows/build_on_pr.yml
vendored
@@ -166,6 +166,7 @@ jobs:
|
||||
LD_LIBRARY_PATH: /github/home/.tensornvme/lib:/usr/local/nvidia/lib:/usr/local/nvidia/lib64
|
||||
LLAMA_PATH: /data/scratch/llama-tiny
|
||||
MOE_TENSOR_PATH: /data/scratch/moe_tensors
|
||||
HF_ENDPOINT: https://hf-mirror.com
|
||||
|
||||
- name: Collate artifact
|
||||
env:
|
||||
|
1
.github/workflows/build_on_schedule.yml
vendored
1
.github/workflows/build_on_schedule.yml
vendored
@@ -70,6 +70,7 @@ jobs:
|
||||
LD_LIBRARY_PATH: /github/home/.tensornvme/lib:/usr/local/nvidia/lib:/usr/local/nvidia/lib64
|
||||
LLAMA_PATH: /data/scratch/llama-tiny
|
||||
MOE_TENSOR_PATH: /data/scratch/moe_tensors
|
||||
HF_ENDPOINT: https://hf-mirror.com
|
||||
|
||||
- name: Notify Lark
|
||||
id: message-preparation
|
||||
|
@@ -79,3 +79,4 @@ jobs:
|
||||
LD_LIBRARY_PATH: /github/home/.tensornvme/lib
|
||||
LLAMA_PATH: /data/scratch/llama-tiny
|
||||
MOE_TENSOR_PATH: /data/scratch/moe_tensors
|
||||
HF_ENDPOINT: https://hf-mirror.com
|
||||
|
@@ -73,3 +73,4 @@ jobs:
|
||||
LD_LIBRARY_PATH: /github/home/.tensornvme/lib
|
||||
LLAMA_PATH: /data/scratch/llama-tiny
|
||||
MOE_TENSOR_PATH: /data/scratch/moe_tensors
|
||||
HF_ENDPOINT: https://hf-mirror.com
|
||||
|
@@ -67,6 +67,7 @@ jobs:
|
||||
LD_LIBRARY_PATH: /github/home/.tensornvme/lib
|
||||
LLAMA_PATH: /data/scratch/llama-tiny
|
||||
MOE_TENSOR_PATH: /data/scratch/moe_tensors
|
||||
HF_ENDPOINT: https://hf-mirror.com
|
||||
|
||||
- name: Notify Lark
|
||||
id: message-preparation
|
||||
|
Reference in New Issue
Block a user