Add first successful sampling implementation

This commit is contained in:
Gadersd
2023-08-04 17:01:44 -04:00
committed by Ben_Kosytorz
parent b794e9a9ec
commit 8e7a8d9be4
9 changed files with 42 additions and 34 deletions

View File

@@ -1,5 +1,3 @@
#![feature(generic_const_exprs)]
pub mod model;
pub mod tokenizer;
pub mod helper;