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

Commit

Permalink
enable qwen2-70b
Browse files Browse the repository at this point in the history
Signed-off-by: intellinjun <[email protected]>
  • Loading branch information
intellinjun committed Jun 4, 2024
1 parent 7c385a2 commit 82d6aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neural_speed/models/qwen/qwen.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ static const model_scratch qwen_mem_req(int n_layers, float scratch_size_ratio =
static_cast<unsigned long long>(scratch_size_ratio * 2048) * MB,
static_cast<unsigned long long>(scratch_size_ratio * 4096) * MB,
};
case 70:
case 80:
return {
static_cast<unsigned long long>(scratch_size_ratio * 10*4096) * MB,
static_cast<unsigned long long>(scratch_size_ratio * 10*2048) * MB,
Expand Down

0 comments on commit 82d6aac

Please sign in to comment.