mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-01 01:06:00 +00:00
feat baichuan2 rmsnorm whose hidden size equals to 5120 (#5611)
This commit is contained in:
@@ -35,7 +35,7 @@ configs = [
|
||||
styles=[("red", "-"), ("blue", "-"), ("yellow", "-"), ("red", "--"), ("blue", "--"), ("yellow", "--")],
|
||||
ylabel="ms",
|
||||
plot_name=f"RMSNorm benchmarking results",
|
||||
args={"HIDDEN_SIZE": 1024},
|
||||
args={"HIDDEN_SIZE": 5120},
|
||||
)
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user