mirror of
https://github.com/huggingface/candle.git
synced 2025-06-21 20:22:49 +00:00
Tweak the VarMap set type. (#1758)
This commit is contained in:
@ -32,9 +32,9 @@ impl Config {
|
||||
}
|
||||
|
||||
pub struct State {
|
||||
hs: Vec<Tensor>,
|
||||
prev_xs: Vec<[Tensor; D_CONV]>,
|
||||
pos: usize,
|
||||
pub hs: Vec<Tensor>,
|
||||
pub prev_xs: Vec<[Tensor; D_CONV]>,
|
||||
pub pos: usize,
|
||||
}
|
||||
|
||||
impl State {
|
||||
|
Reference in New Issue
Block a user