Add first successful sampling implementation

This commit is contained in:
Gadersd
2023-08-04 17:01:44 -04:00
parent 3bf5b8c477
commit 77f30aefa7
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;