Skip to content

Commit

Permalink
trie doesn't work yet reverting to base for default
Browse files Browse the repository at this point in the history
  • Loading branch information
renxida committed Dec 2, 2024
1 parent b3d94d9 commit c774c0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class PagedKVCacheParams:
# Size of the cache on each device.
device_block_count: int

cache_type: str = "trie" # currently supporting base and trie
cache_type: str = "base" # currently supporting base and trie


@dataclass_json(undefined=Undefined.RAISE)
Expand Down

0 comments on commit c774c0d

Please sign in to comment.