mirror of
https://github.com/huggingface/candle.git
synced 2025-06-15 10:26:33 +00:00
use moondream1 model/revision for moondream example (#2748)
This commit is contained in:
@ -259,8 +259,8 @@ async fn main() -> anyhow::Result<()> {
|
|||||||
("santiagomed/candle-moondream".to_string(), None)
|
("santiagomed/candle-moondream".to_string(), None)
|
||||||
} else {
|
} else {
|
||||||
(
|
(
|
||||||
"vikhyatk/moondream2".to_string(),
|
"vikhyatk/moondream1".to_string(),
|
||||||
Some("30c7cdf3fa6914f50bee3956694374143f5cc884"),
|
Some("f6e9da68e8f1b78b8f3ee10905d56826db7a5802"),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user