Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
enable qwen-1.8b (#72)
Browse files Browse the repository at this point in the history
Signed-off-by: intellinjun <[email protected]>
  • Loading branch information
intellinjun authored Jan 24, 2024
1 parent 6625539 commit ea4b713
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions neural_speed/models/qwen/qwen.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ static const model_scratch qwen_mem_req(int n_layers) {
return {2048ull * MB, 2048ull * MB, 4096ull * MB};
case 32:
return {1024ull * MB, 1024ull * MB, 1608ull * MB};
case 24:
return {512ull * MB, 512ull * MB, 1026ull * MB};
default:
MODEL_ASSERT(false);
}
Expand Down

0 comments on commit ea4b713

Please sign in to comment.