Search Criteria
Package Details: llm 0.1.1-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/llm.git (read-only, click to copy) |
---|---|
Package Base: | llm |
Description: | Run inference for Large Language Models on CPU, with Rust 🦀🚀🦙 |
Upstream URL: | https://github.com/rustformers/llm |
Licenses: | Apache-2.0 OR MIT |
Conflicts: | llm |
Provides: | llm |
Submitter: | Porous3247 |
Maintainer: | Porous3247 |
Last Packager: | Porous3247 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-05-13 01:50 (UTC) |
Last Updated: | 2024-04-07 14:57 (UTC) |
Dependencies (4)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
Porous3247 commented on 2024-04-07 14:57 (UTC)
@dreieck done
dreieck commented on 2024-03-26 08:43 (UTC)
You need to add
options+=('!lto')
, otherwisebuild()
fails while linking in environments where LTO is default:Regards!
dreieck commented on 2024-03-26 08:41 (UTC)
Can you please move all the rust specific download stuff out from
build()
and intoprepare()
, so thatbuild()
can work in an offline environment?Regards and thanks for maintaining!