Skip to content

Commit

Permalink
added docs for cublas support
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusDunn committed Feb 25, 2024
1 parent 20e607c commit f167755
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions llama-cpp-2/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
//! # Examples
//!
//! - [simple](https://github.com/utilityai/llama-cpp-rs/blob/main/llama-cpp-2/examples/simple.rs)
//!
//! # Feature Flags
//!
//! - `cublas` enables CUDA gpu support.
use std::ffi::NulError;
use std::fmt::Debug;
use std::num::NonZeroI32;
Expand Down

0 comments on commit f167755

Please sign in to comment.