Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lzhangzz committed Dec 10, 2023
1 parent 34ac7d7 commit e22d91c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/turbomind/models/llama/SequenceManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ namespace turbomind {

struct Sequence {

enum Status {
enum Status
{
kCached = 0,
kLocked,
kActive
Expand Down

0 comments on commit e22d91c

Please sign in to comment.