Skip to content

Commit

Permalink
Merge pull request #7 from binedge/nits
Browse files Browse the repository at this point in the history
Ignore CI for model E2E tests + fix doc typo
  • Loading branch information
scriptis authored Nov 8, 2023
2 parents 3e4aebc + e04f3ed commit bd4191d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/cargo_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
run: mkdir /tmp/models && cargo test --verbose
env:
LLAMA_CPP_TEST_MODELS: "/tmp/models"
2 changes: 1 addition & 1 deletion crates/llama_cpp/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//! high-performance medium for interacting with Large Language Models (LLMs) on consumer-grade
//! hardware.
//!
//! **Along with llama.cpp, his crate is still in an early state, and breaking changes may occur
//! **Along with llama.cpp, this crate is still in an early state, and breaking changes may occur
//! between versions.** The high-level API, however, is fairly settled on.
//!
//! To get started, create a [`LlamaModel`] and a [`LlamaSession`]:
Expand Down

0 comments on commit bd4191d

Please sign in to comment.