summaryrefslogtreecommitdiff
path: root/candle-examples/examples
diff options
context:
space:
mode:
Diffstat (limited to 'candle-examples/examples')
-rw-r--r--candle-examples/examples/mamba-minimal/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/candle-examples/examples/mamba-minimal/main.rs b/candle-examples/examples/mamba-minimal/main.rs
index c446bfd3..5e8968c0 100644
--- a/candle-examples/examples/mamba-minimal/main.rs
+++ b/candle-examples/examples/mamba-minimal/main.rs
@@ -145,8 +145,8 @@ impl Which {
| Self::Mamba370m
| Self::Mamba790m
| Self::Mamba1_4b
- | Self::Mamba2_8b
| Self::Mamba2_8bSlimPj => "refs/pr/1",
+ Self::Mamba2_8b => "refs/pr/4",
}
}
}