Skip to content

Commit 8f9b513

Browse files
committed
style: Remove TODO for adding first hybrid models to the switch
Branch: GraniteFour Signed-off-by: Gabe Goodhart <[email protected]>
1 parent bb2bb37 commit 8f9b513

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/llama-arch.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1991,8 +1991,6 @@ bool llm_arch_is_recurrent(const llm_arch & arch) {
19911991
}
19921992

19931993
bool llm_arch_is_hybrid(const llm_arch & arch) {
1994-
// TODO: There are currently no hybrid models! Once there are, this will be
1995-
// the place to identify them
19961994
switch (arch) {
19971995
case LLM_ARCH_BAMBA:
19981996
case LLM_ARCH_GRANITE_MOE_HYBRID:

0 commit comments

Comments
 (0)