Skip to content

Commit

Permalink
Merge pull request #103 from utilityai/99-how-to-use-gpu
Browse files Browse the repository at this point in the history
added docs for `cublas` support
  • Loading branch information
MarcusDunn authored Feb 25, 2024
2 parents 20e607c + f167755 commit 18cc21d
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 18cc21d

Please sign in to comment.