Docs.rs
llm-llama-0.1.1
llm-llama 0.1.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
philpax
Dependencies
bytemuck ^1.13.1
normal
llm-base ^0.1.1
normal
protobuf =2.14.0
normal
optional
rand ^0.8.5
normal
rust_tokenizers ^3.1.2
normal
optional
serde ^1.0
normal
optional
serde_json ^1.0
normal
optional
thiserror ^1.0
normal
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
llm_
llama
0.1.1
All Items
Crate Items
Structs
Crate
llm_llama
Copy item path
Source
Expand description
An implementation of
LLaMA
for the
llm
ecosystem.
Structs
ยง
Hyperparameters
LLaMA
hyperparameters
Llama
The LLaMA model. Ref:
Introducing LLaMA