Make the RNN configs accessible from the models. (#2541)

This commit is contained in:
Laurent Mazare
2024-10-04 14:22:23 +02:00
committed by GitHub
parent 6faecaa616
commit 56aacb05da
3 changed files with 103 additions and 74 deletions

View File

@ -1,4 +1,3 @@
#![allow(unused)]
use anyhow::{Context, Result};
use std::sync::{Arc, Mutex};

View File

@ -1,4 +1,3 @@
#![allow(unused)]
use anyhow::{Context, Result};
use std::sync::{Arc, Mutex};