Docs.rs
llama-cpp-4-0.2.24
llama-cpp-4 0.2.24
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
eugenehp
Dependencies
enumflags2 ^0.7.12
normal
llama-cpp-sys-4 ^0.2.24
normal
thiserror ^2.0.18
normal
tracing ^0.1
normal
encoding_rs ^0.8.35
dev
Versions
100%
of the crate is documented
Platform
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
Skip to main content
ggml_type
llama_
cpp_
4
0.2.24
ggml_
type
Trait Implementations
From<GgmlType>
In llama_
cpp_
4::
ggml
llama_cpp_4
::
ggml
Type Alias
ggml_
type
Copy item path
Source
pub type ggml_type =
u32
;
Expand description
Re-export the raw ggml types for advanced usage.
Trait Implementations
§
Source
§
impl
From
<
GgmlType
> for
ggml_type
Source
§
fn
from
(t:
GgmlType
) -> Self
Converts to this type from the input type.