From 89f53b9d7b36bbc0f555cd3c9882d21f84b2e13f Mon Sep 17 00:00:00 2001 From: Laurent Mazare Date: Fri, 3 May 2024 11:17:05 +0200 Subject: Bump the version number to 0.5.1. (#2155) * Bump the version number to 0.5.1. * Fix clippy lints for 1.78. * More clippy fixes. --- candle-nn/src/var_builder.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'candle-nn') diff --git a/candle-nn/src/var_builder.rs b/candle-nn/src/var_builder.rs index 5539370a..68bd6f05 100644 --- a/candle-nn/src/var_builder.rs +++ b/candle-nn/src/var_builder.rs @@ -264,7 +264,7 @@ impl SimpleBackend for VarMap { } } -struct SafeTensorWithRouting<'a> { +pub struct SafeTensorWithRouting<'a> { routing: HashMap, safetensors: Vec>, } -- cgit v1.2.3