Docs.rs
  • femto-gpt-0.2.0
    • femto-gpt 0.2.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • keyvank
    • Dependencies
      • bincode ^1.3.3 normal
      • ocl ^0.19 normal optional
      • rand ^0.8.5 normal
      • rand_distr ^0.4.3 normal
      • rayon ^1.7.0 normal
      • serde ^1.0 normal
      • thiserror ^1.0 normal
    • Versions
    • 0% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

femto_gpt0.2.0

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • funcs::Add
  • funcs::Cat
  • funcs::Coeff
  • funcs::CrossEntropy
  • funcs::Dropout
  • funcs::Embedding
  • funcs::Gelu
  • funcs::LayerNorm
  • funcs::MatMul
  • funcs::Relu
  • funcs::Softmax
  • funcs::Transpose
  • funcs::TrilMask
  • gpt::GPT
  • gpt::TrainingState
  • graph::CpuGraph
  • optimizer::AdamW
  • optimizer::OptimizerState
  • tensor::Tensor
  • tensor::TensorMutView
  • tensor::TensorView
  • tokenizer::SentencePieceTokenizer
  • tokenizer::SimpleTokenizer

Enums

  • graph::GraphError
  • tensor::GeneralTensor
  • tensor::TensorError

Traits

  • funcs::Function
  • graph::Graph
  • optimizer::Optimizer
  • tensor::TensorElement
  • tensor::TensorMutOps
  • tensor::TensorOps
  • tokenizer::Tokenizer

Functions

  • tensor::binary

Type Aliases

  • graph::TensorId

Constants

  • tokenizer::PREFIXED_UNDERSCORE