Skip to content

Commit 5a6ccc1

Browse files
committed
Removed the NPU bage
1 parent 7509e61 commit 5a6ccc1

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

examples/android/RunAnywhereAI/app/src/main/java/com/runanywhere/runanywhereai/presentation/models/ModelSelectionBottomSheet.kt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -522,15 +522,6 @@ private fun ModelCard(
522522
backgroundColor = model.formatColor.copy(alpha = 0.10f),
523523
)
524524

525-
if (model.isNpu) {
526-
Spacer(modifier = Modifier.width(4.dp))
527-
Badge(
528-
text = "SD 8 Gen 2+",
529-
textColor = AppColors.primaryBlue,
530-
backgroundColor = AppColors.primaryBlue.copy(alpha = 0.10f),
531-
)
532-
}
533-
534525
if (model.supportsLora) {
535526
Spacer(modifier = Modifier.width(4.dp))
536527
Badge(

0 commit comments

Comments
 (0)