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: | None |
| Maintainer: | None |
| Last Packager: | None |
| 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, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR)
- cargo (rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rust-nightly-binAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
<deleted-account> 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!