Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vaibhavs10/fast-llm.rs
/ functions
Functions
14 in github.com/Vaibhavs10/fast-llm.rs
⨍
Functions
14
◇
Types & classes
4
↓ 4 callers
Method
decode
(&self, tokens: &[u32])
src/utils.rs:45
↓ 3 callers
Method
tokenizer
(&self)
src/main.rs:236
↓ 2 callers
Method
is_open_chat
(&self)
src/main.rs:126
↓ 2 callers
Method
model
(&self)
src/main.rs:249
↓ 2 callers
Method
next_token
https://github.com/huggingface/text-generation-inference/blob/5ba53d44a18983a4de32d122f4cb46f4a17d9ef6/server/text_generation_server/models/model.py#L
src/utils.rs:53
↓ 1 callers
Method
decode_rest
(&self)
src/utils.rs:72
↓ 1 callers
Function
device
(cpu: bool)
src/utils.rs:4
↓ 1 callers
Method
is_mistral
(&self)
src/main.rs:75
↓ 1 callers
Method
is_zephyr
(&self)
src/main.rs:102
↓ 1 callers
Method
tokenizer_repo
(&self)
src/main.rs:150
Function
format_size
(size_in_bytes: usize)
src/main.rs:322
Function
main
()
src/main.rs:334
Method
new
(tokenizer: tokenizers::Tokenizer)
src/utils.rs:36
Method
tokenizer
(&self)
src/utils.rs:88