notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
llama-cpp Facebook's LLaMA model in C/C++
4481 misc on this many watch lists=3 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 4381Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-02-15 11:27:23
Last Update: 2025-01-14 21:02:22
Commit Hash: c6bdbf4
People watching this port, also watch:: autoconf, ta-lib, weberp, prestashop, irrlicht
License: MIT
WWW:
https://github.com/ggerganov/llama.cpp
Description:
The main goal of llama.cpp is to enable LLM inference with minimal setup and state-of-the-art performance on a wide variety of hardware - locally and in the cloud.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (74 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/llama-cpp-4481/catalog.mk
  3. /usr/local/share/licenses/llama-cpp-4481/LICENSE
  4. /usr/local/share/licenses/llama-cpp-4481/MIT
  5. bin/convert_hf_to_gguf.py
  6. bin/llama-batched
  7. bin/llama-batched-bench
  8. bin/llama-bench
  9. bin/llama-cli
  10. bin/llama-convert-llama2c-to-ggml
  11. bin/llama-cvector-generator
  12. bin/llama-embedding
  13. bin/llama-eval-callback
  14. bin/llama-export-lora
  15. bin/llama-gbnf-validator
  16. bin/llama-gen-docs
  17. bin/llama-gguf
  18. bin/llama-gguf-hash
  19. bin/llama-gguf-split
  20. bin/llama-gritlm
  21. bin/llama-imatrix
  22. bin/llama-infill
  23. bin/llama-llava-cli
  24. bin/llama-lookahead
  25. bin/llama-lookup
  26. bin/llama-lookup-create
  27. bin/llama-lookup-merge
  28. bin/llama-lookup-stats
  29. bin/llama-minicpmv-cli
  30. bin/llama-parallel
  31. bin/llama-passkey
  32. bin/llama-perplexity
  33. bin/llama-quantize
  34. bin/llama-quantize-stats
  35. bin/llama-qwen2vl-cli
  36. bin/llama-retrieval
  37. bin/llama-run
  38. bin/llama-save-load-state
  39. bin/llama-server
  40. bin/llama-simple
  41. bin/llama-simple-chat
  42. bin/llama-speculative
  43. bin/llama-speculative-simple
  44. bin/llama-tokenize
  45. bin/llama-tts
  46. bin/vulkan-shaders-gen
  47. include/ggml-alloc.h
  48. include/ggml-backend.h
  49. include/ggml-blas.h
  50. include/ggml-cann.h
  51. include/ggml-cpu.h
  52. include/ggml-cuda.h
  53. include/ggml-kompute.h
  54. include/ggml-metal.h
  55. include/ggml-opt.h
  56. include/ggml-rpc.h
  57. include/ggml-sycl.h
  58. include/ggml-vulkan.h
  59. include/ggml.h
  60. include/gguf.h
  61. include/llama-cpp.h
  62. include/llama.h
  63. lib/cmake/llama/llama-config.cmake
  64. lib/cmake/llama/llama-version.cmake
  65. lib/libggml-base.so
  66. lib/libggml-cpu.so
  67. lib/libggml-vulkan.so
  68. lib/libggml.so
  69. lib/libllama.so
  70. lib/libllava_shared.so
  71. libdata/pkgconfig/llama.pc
  72. @owner
  73. @group
  74. @mode
Collapse this list.
Dependency lines:
  • llama-cpp>0:misc/llama-cpp
To install the port:
cd /usr/ports/misc/llama-cpp/ && make install clean
To add the package, run one of these commands:
  • pkg install misc/llama-cpp
  • pkg install llama-cpp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: llama-cpp
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1736887589 SHA256 (ggerganov-llama.cpp-b4481_GH0.tar.gz) = ff090b375b2823ff8284ac22e17f0b710589254bedeff1930f5e8718d2b1baa6 SIZE (ggerganov-llama.cpp-b4481_GH0.tar.gz) = 20434654

Expand this list (2 items)

Collapse this list.

SHA256 (nomic-ai-kompute-4565194_GH0.tar.gz) = 95b52d2f0514c5201c7838348a9c3c9e60902ea3c6c9aa862193a212150b2bfc SIZE (nomic-ai-kompute-4565194_GH0.tar.gz) = 13540496

Collapse this list.


Packages (timestamps in pop-ups are UTC):
llama-cpp
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest44064419------
FreeBSD:13:quarterly38894409------
FreeBSD:14:latest43814458------
FreeBSD:14:quarterly38894409------
FreeBSD:15:latest44064458n/a-n/a--2241
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. glslc : graphics/shaderc
  2. vulkan-headers>0 : graphics/vulkan-headers
  3. cmake : devel/cmake-core
  4. ninja : devel/ninja
Runtime dependencies:
  1. python3.11 : lang/python311
Library dependencies:
  1. libcurl.so : ftp/curl
  2. libvulkan.so : graphics/vulkan-loader
This port is required by:
for Libraries
  1. devel/tabby

Configuration Options:
===> The following configuration options are available for llama-cpp-4481: CURL=on: Data transfer support via cURL EXAMPLES=on: Build and/or install examples VULKAN=on: Vulkan GPU offload support ===> Use 'make config' to modify these settings
Options name:
misc_llama-cpp
USES:
cmake:testing compiler:c++11-lang python:run shebangfix localbase
pkg-message:
For install:
You installed LLaMA-cpp: Facebook's LLaMA model runner. In order to experience LLaMA-cpp please download some AI model in the GGUF format, for example from huggingface.com, run the script below, and open localhost:9011 in your browser to communicate with this AI model. $ llama-server -m $MODEL \ --host 0.0.0.0 \ --port 9011
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/ggerganov/llama.cpp/tar.gz/b4481?dummy=/
Collapse this list.

Number of commits found: 197 (showing only 97 on this page)

«  1 | 2 

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3405
17 Jul 2024 15:17:16
commit hash: f71199257bb54901fbad8816eed425f138cfabc3commit hash: f71199257bb54901fbad8816eed425f138cfabc3commit hash: f71199257bb54901fbad8816eed425f138cfabc3commit hash: f71199257bb54901fbad8816eed425f138cfabc3 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3389 → 3405

Reported by:	portscout
3389
15 Jul 2024 07:19:23
commit hash: d4e3ffe0d32b4fe517b97983cc00841289055744commit hash: d4e3ffe0d32b4fe517b97983cc00841289055744commit hash: d4e3ffe0d32b4fe517b97983cc00841289055744commit hash: d4e3ffe0d32b4fe517b97983cc00841289055744 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3386 → 3389

Reported by:	portscout
3386
14 Jul 2024 18:20:48
commit hash: c9751a986a4187f60fdacd1f56c895c4779c113bcommit hash: c9751a986a4187f60fdacd1f56c895c4779c113bcommit hash: c9751a986a4187f60fdacd1f56c895c4779c113bcommit hash: c9751a986a4187f60fdacd1f56c895c4779c113b files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3384 → 3386

Reported by:	portscout
3384
13 Jul 2024 06:46:10
commit hash: 774af0e4744dc1404ff7f688b3d0d5873b7c265bcommit hash: 774af0e4744dc1404ff7f688b3d0d5873b7c265bcommit hash: 774af0e4744dc1404ff7f688b3d0d5873b7c265bcommit hash: 774af0e4744dc1404ff7f688b3d0d5873b7c265b files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3369 → 3384

Reported by:	portscout
3369
12 Jul 2024 03:51:21
commit hash: f5f91961f715513338b6143a8fec156060e3638dcommit hash: f5f91961f715513338b6143a8fec156060e3638dcommit hash: f5f91961f715513338b6143a8fec156060e3638dcommit hash: f5f91961f715513338b6143a8fec156060e3638d files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3358 → 3369

Reported by:	portscout
3358
10 Jul 2024 16:00:56
commit hash: b6164366c0da3b129a824370ea2bc87df791da0ccommit hash: b6164366c0da3b129a824370ea2bc87df791da0ccommit hash: b6164366c0da3b129a824370ea2bc87df791da0ccommit hash: b6164366c0da3b129a824370ea2bc87df791da0c files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3347 → 3358

Reported by:	portscout
3347
09 Jul 2024 08:12:38
commit hash: be1e9536631c720b8b7d7dbb27e2f05f33cbfd8fcommit hash: be1e9536631c720b8b7d7dbb27e2f05f33cbfd8fcommit hash: be1e9536631c720b8b7d7dbb27e2f05f33cbfd8fcommit hash: be1e9536631c720b8b7d7dbb27e2f05f33cbfd8f files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3306 → 3347

Reported by:	portscout
3306
05 Jul 2024 23:56:03
commit hash: e76312c8a2bd5669aafc4951ff36e018dc755ec9commit hash: e76312c8a2bd5669aafc4951ff36e018dc755ec9commit hash: e76312c8a2bd5669aafc4951ff36e018dc755ec9commit hash: e76312c8a2bd5669aafc4951ff36e018dc755ec9 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3291 → 3306

Reported by:	portscout
3291
04 Jul 2024 16:31:50
commit hash: dec0d13536efba1ce5153cf6b4a9e77351fbdc7ecommit hash: dec0d13536efba1ce5153cf6b4a9e77351fbdc7ecommit hash: dec0d13536efba1ce5153cf6b4a9e77351fbdc7ecommit hash: dec0d13536efba1ce5153cf6b4a9e77351fbdc7e files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3285 → 3291

Reported by:	portscout
3285
03 Jul 2024 08:18:55
commit hash: 71b540c176d330f39d29cacaf4e9adca5b43b00bcommit hash: 71b540c176d330f39d29cacaf4e9adca5b43b00bcommit hash: 71b540c176d330f39d29cacaf4e9adca5b43b00bcommit hash: 71b540c176d330f39d29cacaf4e9adca5b43b00b files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3243 → 3285
3243
27 Jun 2024 07:19:38
commit hash: 85d307743e80ab8eb21c7d0ec8d382de1910dc1ecommit hash: 85d307743e80ab8eb21c7d0ec8d382de1910dc1ecommit hash: 85d307743e80ab8eb21c7d0ec8d382de1910dc1ecommit hash: 85d307743e80ab8eb21c7d0ec8d382de1910dc1e files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3232 → 3243

Reported by:	portscout
3232
26 Jun 2024 15:16:54
commit hash: 043310e86d10e4c7130a914eaa3b2d4d691bb981commit hash: 043310e86d10e4c7130a914eaa3b2d4d691bb981commit hash: 043310e86d10e4c7130a914eaa3b2d4d691bb981commit hash: 043310e86d10e4c7130a914eaa3b2d4d691bb981 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3218 → 3232

Reported by:	portscout
3218
25 Jun 2024 16:43:44
commit hash: f7af4d0a56dab57f1a909d838f1bb1994ba5cba3commit hash: f7af4d0a56dab57f1a909d838f1bb1994ba5cba3commit hash: f7af4d0a56dab57f1a909d838f1bb1994ba5cba3commit hash: f7af4d0a56dab57f1a909d838f1bb1994ba5cba3 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3209 → 3218

Reported by:	portscout
3209
24 Jun 2024 07:49:04
commit hash: d69f674377687b74a63bea2e96ab674752988ac8commit hash: d69f674377687b74a63bea2e96ab674752988ac8commit hash: d69f674377687b74a63bea2e96ab674752988ac8commit hash: d69f674377687b74a63bea2e96ab674752988ac8 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3202 → 3209

Reported by:	portscout
3202
23 Jun 2024 09:33:48
commit hash: df3e2c6de11cd5fe6ae257cad82ed081d6660b2acommit hash: df3e2c6de11cd5fe6ae257cad82ed081d6660b2acommit hash: df3e2c6de11cd5fe6ae257cad82ed081d6660b2acommit hash: df3e2c6de11cd5fe6ae257cad82ed081d6660b2a files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3197 → 3202

Reported by:	portscout
3197
22 Jun 2024 07:22:25
commit hash: 2a41342e0982d1ff667bc6d175f5dbb4e2078339commit hash: 2a41342e0982d1ff667bc6d175f5dbb4e2078339commit hash: 2a41342e0982d1ff667bc6d175f5dbb4e2078339commit hash: 2a41342e0982d1ff667bc6d175f5dbb4e2078339 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3186 → 3197

Reported by:	portscout
3186
21 Jun 2024 01:53:00
commit hash: 3a4ebe6c716cec89c2220ca177cc09ca24ca885acommit hash: 3a4ebe6c716cec89c2220ca177cc09ca24ca885acommit hash: 3a4ebe6c716cec89c2220ca177cc09ca24ca885acommit hash: 3a4ebe6c716cec89c2220ca177cc09ca24ca885a files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3173 → 3186

Reported by:	portscout
3173
18 Jun 2024 09:25:05
commit hash: 67b5004eceb010c4ab36dbce1d79a023b1a43e01commit hash: 67b5004eceb010c4ab36dbce1d79a023b1a43e01commit hash: 67b5004eceb010c4ab36dbce1d79a023b1a43e01commit hash: 67b5004eceb010c4ab36dbce1d79a023b1a43e01 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3163 → 3173

Reported by:	portscout
3163
17 Jun 2024 08:18:35
commit hash: a61db017d282d1a9d8f67d4284b51da1d32eb97ecommit hash: a61db017d282d1a9d8f67d4284b51da1d32eb97ecommit hash: a61db017d282d1a9d8f67d4284b51da1d32eb97ecommit hash: a61db017d282d1a9d8f67d4284b51da1d32eb97e files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3153 → 3163

Reported by:	portscout
3153
16 Jun 2024 16:56:35
commit hash: d1bd6dca9851c7a748f41398132ddb7e11c9d2e0commit hash: d1bd6dca9851c7a748f41398132ddb7e11c9d2e0commit hash: d1bd6dca9851c7a748f41398132ddb7e11c9d2e0commit hash: d1bd6dca9851c7a748f41398132ddb7e11c9d2e0 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3151 → 3153
3151
15 Jun 2024 09:12:46
commit hash: c44902634ba06864daee16e5221af6a7681a1e81commit hash: c44902634ba06864daee16e5221af6a7681a1e81commit hash: c44902634ba06864daee16e5221af6a7681a1e81commit hash: c44902634ba06864daee16e5221af6a7681a1e81 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3145 → 3151

Reported by:	portscout
3145
14 Jun 2024 09:11:39
commit hash: 10580f9c51f6d16af473cffc0ed622effc046e86commit hash: 10580f9c51f6d16af473cffc0ed622effc046e86commit hash: 10580f9c51f6d16af473cffc0ed622effc046e86commit hash: 10580f9c51f6d16af473cffc0ed622effc046e86 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3135 → 3145

Reported by:	portscout
3135
12 Jun 2024 15:26:15
commit hash: bda230c76fe1bb67ff022f39dba90b1193bf9dcfcommit hash: bda230c76fe1bb67ff022f39dba90b1193bf9dcfcommit hash: bda230c76fe1bb67ff022f39dba90b1193bf9dcfcommit hash: bda230c76fe1bb67ff022f39dba90b1193bf9dcf files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3091 → 3135

Reported by:	portscout
3091
06 Jun 2024 08:49:01
commit hash: 31d903a61a83f796d724bad9acec9c43bb17ba40commit hash: 31d903a61a83f796d724bad9acec9c43bb17ba40commit hash: 31d903a61a83f796d724bad9acec9c43bb17ba40commit hash: 31d903a61a83f796d724bad9acec9c43bb17ba40 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3078 → 3091

Reported by:	portscout
3078
05 Jun 2024 02:29:45
commit hash: 00e560b684a4ec8c7f27072186b2e22613bf4d81commit hash: 00e560b684a4ec8c7f27072186b2e22613bf4d81commit hash: 00e560b684a4ec8c7f27072186b2e22613bf4d81commit hash: 00e560b684a4ec8c7f27072186b2e22613bf4d81 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3066 → 3078
3066
02 Jun 2024 08:33:41
commit hash: ecb76754c95e4f06179a97d3fca1bbc5d4edfa0bcommit hash: ecb76754c95e4f06179a97d3fca1bbc5d4edfa0bcommit hash: ecb76754c95e4f06179a97d3fca1bbc5d4edfa0bcommit hash: ecb76754c95e4f06179a97d3fca1bbc5d4edfa0b files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3058 → 3066

Reported by:	portscout
3058
01 Jun 2024 08:10:53
commit hash: bc15e389da17b3c66310217ec3b02ba57178b95ecommit hash: bc15e389da17b3c66310217ec3b02ba57178b95ecommit hash: bc15e389da17b3c66310217ec3b02ba57178b95ecommit hash: bc15e389da17b3c66310217ec3b02ba57178b95e files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3040 → 3058

Reported by:	portscout
3040
30 May 2024 10:45:42
commit hash: 50723f8b37573c0a8f78fe5409a1f63afbf1885bcommit hash: 50723f8b37573c0a8f78fe5409a1f63afbf1885bcommit hash: 50723f8b37573c0a8f78fe5409a1f63afbf1885bcommit hash: 50723f8b37573c0a8f78fe5409a1f63afbf1885b files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3030 → 3040

Reported by:	portscout
3030
29 May 2024 08:49:15
commit hash: 4d98fcbd7a19c81c68fe4f5b8a167d6ff4dc8568commit hash: 4d98fcbd7a19c81c68fe4f5b8a167d6ff4dc8568commit hash: 4d98fcbd7a19c81c68fe4f5b8a167d6ff4dc8568commit hash: 4d98fcbd7a19c81c68fe4f5b8a167d6ff4dc8568 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3014 → 3030

Reported by:	portscout
3014
28 May 2024 08:12:14
commit hash: 5a312840361ae6a41df8ca16c3aa94206d472c31commit hash: 5a312840361ae6a41df8ca16c3aa94206d472c31commit hash: 5a312840361ae6a41df8ca16c3aa94206d472c31commit hash: 5a312840361ae6a41df8ca16c3aa94206d472c31 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3003 → 3014

Reported by:	portscout
3003
27 May 2024 08:06:44
commit hash: 9235c1bfa6028cc3aa801fcc30aa1fe12c70aee7commit hash: 9235c1bfa6028cc3aa801fcc30aa1fe12c70aee7commit hash: 9235c1bfa6028cc3aa801fcc30aa1fe12c70aee7commit hash: 9235c1bfa6028cc3aa801fcc30aa1fe12c70aee7 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2998 → 3003

Reported by:	portscout
2998
26 May 2024 04:48:45
commit hash: 1638626699d637edc03265d89bcbcfa28ef7e5c8commit hash: 1638626699d637edc03265d89bcbcfa28ef7e5c8commit hash: 1638626699d637edc03265d89bcbcfa28ef7e5c8commit hash: 1638626699d637edc03265d89bcbcfa28ef7e5c8 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2992 → 2998

Reported by:	portscout
2992
25 May 2024 05:18:28
commit hash: b8824c36c6c7857160b0bdb204d244fc23d72bb1commit hash: b8824c36c6c7857160b0bdb204d244fc23d72bb1commit hash: b8824c36c6c7857160b0bdb204d244fc23d72bb1commit hash: b8824c36c6c7857160b0bdb204d244fc23d72bb1 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2972 → 2992

Reported by:	portscout
2972
23 May 2024 13:22:52
commit hash: 46b6df2aea3c2f7ed78e022c3ed5d02090b248e5commit hash: 46b6df2aea3c2f7ed78e022c3ed5d02090b248e5commit hash: 46b6df2aea3c2f7ed78e022c3ed5d02090b248e5commit hash: 46b6df2aea3c2f7ed78e022c3ed5d02090b248e5 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2961 → 2972

Reported by:	portscout
2961
22 May 2024 07:39:55
commit hash: 4a8da9aef3146842370f17572a4ced8415b9d5f4commit hash: 4a8da9aef3146842370f17572a4ced8415b9d5f4commit hash: 4a8da9aef3146842370f17572a4ced8415b9d5f4commit hash: 4a8da9aef3146842370f17572a4ced8415b9d5f4 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2940 → 2961

Reported by:	portscout
2940
20 May 2024 05:18:24
commit hash: a3cc12f34abebdfb2c4ef5d2307b6b83654bc393commit hash: a3cc12f34abebdfb2c4ef5d2307b6b83654bc393commit hash: a3cc12f34abebdfb2c4ef5d2307b6b83654bc393commit hash: a3cc12f34abebdfb2c4ef5d2307b6b83654bc393 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2929 → 2940

Reported by:	portscout
2929
19 May 2024 16:03:36
commit hash: 0b12a576ac5c7377d958d7f3e1a58f5af95253f8commit hash: 0b12a576ac5c7377d958d7f3e1a58f5af95253f8commit hash: 0b12a576ac5c7377d958d7f3e1a58f5af95253f8commit hash: 0b12a576ac5c7377d958d7f3e1a58f5af95253f8 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2901 → 2929

Reported by:	portscout
2901
17 May 2024 05:55:54
commit hash: c4f215bffc895cde97376033a647870563da5066commit hash: c4f215bffc895cde97376033a647870563da5066commit hash: c4f215bffc895cde97376033a647870563da5066commit hash: c4f215bffc895cde97376033a647870563da5066 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2894 → 2901

Reported by:	portscout
2894
16 May 2024 08:56:47
commit hash: 19f298758daa91664b91e38f9244c6dca799e91ccommit hash: 19f298758daa91664b91e38f9244c6dca799e91ccommit hash: 19f298758daa91664b91e38f9244c6dca799e91ccommit hash: 19f298758daa91664b91e38f9244c6dca799e91c files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2879 → 2894

Reported by:	portscout
2879
15 May 2024 20:08:07
commit hash: 983b8aadbecb4da4bc31459369f6bb3b247f1907commit hash: 983b8aadbecb4da4bc31459369f6bb3b247f1907commit hash: 983b8aadbecb4da4bc31459369f6bb3b247f1907commit hash: 983b8aadbecb4da4bc31459369f6bb3b247f1907 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2864 → 2879

Reported by:	portscout
2864
13 May 2024 06:53:05
commit hash: 37ae128629e5907f4dfcd909d404dc1bcb1910d4commit hash: 37ae128629e5907f4dfcd909d404dc1bcb1910d4commit hash: 37ae128629e5907f4dfcd909d404dc1bcb1910d4commit hash: 37ae128629e5907f4dfcd909d404dc1bcb1910d4 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2860 → 2864

Reported by:	portscout
2860
12 May 2024 08:06:52
commit hash: 520ea9d3e824cf2ff717e2292b8847feda0326e0commit hash: 520ea9d3e824cf2ff717e2292b8847feda0326e0commit hash: 520ea9d3e824cf2ff717e2292b8847feda0326e0commit hash: 520ea9d3e824cf2ff717e2292b8847feda0326e0 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2843 → 2860

Reported by:	portscout
2843
11 May 2024 15:42:29
commit hash: 6fd75db6e0cdb871a623e2f0b48952c913095e21commit hash: 6fd75db6e0cdb871a623e2f0b48952c913095e21commit hash: 6fd75db6e0cdb871a623e2f0b48952c913095e21commit hash: 6fd75db6e0cdb871a623e2f0b48952c913095e21 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2836 → 2843

Reported by:	portscout
2836
10 May 2024 06:47:54
commit hash: 0b9a8e601200dd343c50ff5bb88e98633fef2f51commit hash: 0b9a8e601200dd343c50ff5bb88e98633fef2f51commit hash: 0b9a8e601200dd343c50ff5bb88e98633fef2f51commit hash: 0b9a8e601200dd343c50ff5bb88e98633fef2f51 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2797 → 2836

Reported by:	portscout
2797
07 May 2024 07:17:04
commit hash: bf15a5cba5a250df0d8e72a68efddd4ae6c79cbecommit hash: bf15a5cba5a250df0d8e72a68efddd4ae6c79cbecommit hash: bf15a5cba5a250df0d8e72a68efddd4ae6c79cbecommit hash: bf15a5cba5a250df0d8e72a68efddd4ae6c79cbe files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2789 → 2797

Reported by:	portscout
2789
06 May 2024 08:39:48
commit hash: 594f2ade6789a66fd495f326bdf2ca6050cf0800commit hash: 594f2ade6789a66fd495f326bdf2ca6050cf0800commit hash: 594f2ade6789a66fd495f326bdf2ca6050cf0800commit hash: 594f2ade6789a66fd495f326bdf2ca6050cf0800 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: Broken on armv7

Reported by:	fallout
2789
05 May 2024 08:18:43
commit hash: c23014cb7a8f1c5e66606a3b77c078971b48d286commit hash: c23014cb7a8f1c5e66606a3b77c078971b48d286commit hash: c23014cb7a8f1c5e66606a3b77c078971b48d286commit hash: c23014cb7a8f1c5e66606a3b77c078971b48d286 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2784 → 2789

Reported by:	portscout
2784
04 May 2024 08:27:21
commit hash: 160dab1670cc0a9006a4ac1afb9c047354b0b657commit hash: 160dab1670cc0a9006a4ac1afb9c047354b0b657commit hash: 160dab1670cc0a9006a4ac1afb9c047354b0b657commit hash: 160dab1670cc0a9006a4ac1afb9c047354b0b657 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2780 → 2784

Reported by:	portscout
2780
02 May 2024 08:57:59
commit hash: 0960e07237ac4d66ecfc314f5512647bb0fa18e5commit hash: 0960e07237ac4d66ecfc314f5512647bb0fa18e5commit hash: 0960e07237ac4d66ecfc314f5512647bb0fa18e5commit hash: 0960e07237ac4d66ecfc314f5512647bb0fa18e5 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2775 → 2780

Reported by:	portscout
2775
02 May 2024 08:57:57
commit hash: bbe559f6531776d7fd8d51b929e008013e7dd4cdcommit hash: bbe559f6531776d7fd8d51b929e008013e7dd4cdcommit hash: bbe559f6531776d7fd8d51b929e008013e7dd4cdcommit hash: bbe559f6531776d7fd8d51b929e008013e7dd4cd files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2769 → 2775

Reported by:	portscout
2769
30 Apr 2024 05:24:37
commit hash: ad096b6ecc3ae902e0b96b273abd4f956de1ade4commit hash: ad096b6ecc3ae902e0b96b273abd4f956de1ade4commit hash: ad096b6ecc3ae902e0b96b273abd4f956de1ade4commit hash: ad096b6ecc3ae902e0b96b273abd4f956de1ade4 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2755 → 2769

Reported by:	portscout
2755
29 Apr 2024 07:21:41
commit hash: 0cc0cb78fec199f8f2b510cb93f475e9614b2873commit hash: 0cc0cb78fec199f8f2b510cb93f475e9614b2873commit hash: 0cc0cb78fec199f8f2b510cb93f475e9614b2873commit hash: 0cc0cb78fec199f8f2b510cb93f475e9614b2873 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2751 → 2755

Reported by:	portscout
2751
28 Apr 2024 07:09:59
commit hash: a643ab7183758123da3cd2667cad84588ee2294dcommit hash: a643ab7183758123da3cd2667cad84588ee2294dcommit hash: a643ab7183758123da3cd2667cad84588ee2294dcommit hash: a643ab7183758123da3cd2667cad84588ee2294d files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2749 → 2751

Reported by:	portscout
2749
27 Apr 2024 05:55:19
commit hash: 67e2ffb9f6e4b28047ee9d84f2d567e014b016adcommit hash: 67e2ffb9f6e4b28047ee9d84f2d567e014b016adcommit hash: 67e2ffb9f6e4b28047ee9d84f2d567e014b016adcommit hash: 67e2ffb9f6e4b28047ee9d84f2d567e014b016ad files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2717 → 2749

Reported by:	portscout
2717
26 Apr 2024 06:15:14
commit hash: 756fca9645d0c8b98e7baa4276036a65f8add102commit hash: 756fca9645d0c8b98e7baa4276036a65f8add102commit hash: 756fca9645d0c8b98e7baa4276036a65f8add102commit hash: 756fca9645d0c8b98e7baa4276036a65f8add102 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2715 → 2717

Reported by:	portscout
2715
24 Apr 2024 09:17:15
commit hash: 1ac43813f1ce0ad5c2db5b19955bf36f0600f895commit hash: 1ac43813f1ce0ad5c2db5b19955bf36f0600f895commit hash: 1ac43813f1ce0ad5c2db5b19955bf36f0600f895commit hash: 1ac43813f1ce0ad5c2db5b19955bf36f0600f895 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2710 → 2715

Reported by:	portscout
2710
22 Apr 2024 07:01:14
commit hash: a11b04123f184033c9be905139f4cf97a56d3eb3commit hash: a11b04123f184033c9be905139f4cf97a56d3eb3commit hash: a11b04123f184033c9be905139f4cf97a56d3eb3commit hash: a11b04123f184033c9be905139f4cf97a56d3eb3 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2699 → 2710

Reported by:	portscout
2699
20 Apr 2024 07:27:28
commit hash: 1310ceb7f8243005c4406e378517badff5a9a423commit hash: 1310ceb7f8243005c4406e378517badff5a9a423commit hash: 1310ceb7f8243005c4406e378517badff5a9a423commit hash: 1310ceb7f8243005c4406e378517badff5a9a423 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2694 → 2699

Reported by:	portscout
2694
19 Apr 2024 01:27:06
commit hash: 905fe1aef20945f91eff14b82cf01e2da0ca80eacommit hash: 905fe1aef20945f91eff14b82cf01e2da0ca80eacommit hash: 905fe1aef20945f91eff14b82cf01e2da0ca80eacommit hash: 905fe1aef20945f91eff14b82cf01e2da0ca80ea files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2690 → 2694

Reported by:	portscout
2690
18 Apr 2024 06:02:41
commit hash: 551a08e1b1edd74b5fbdcd983785fa7ab65c783ecommit hash: 551a08e1b1edd74b5fbdcd983785fa7ab65c783ecommit hash: 551a08e1b1edd74b5fbdcd983785fa7ab65c783ecommit hash: 551a08e1b1edd74b5fbdcd983785fa7ab65c783e files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2687 → 2690

Reported by:	portscout
2687
17 Apr 2024 07:38:19
commit hash: 3652374d2693300d2d4b4852f65acc9fb93c5bdbcommit hash: 3652374d2693300d2d4b4852f65acc9fb93c5bdbcommit hash: 3652374d2693300d2d4b4852f65acc9fb93c5bdbcommit hash: 3652374d2693300d2d4b4852f65acc9fb93c5bdb files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2679 → 2687

Reported by:	portscout
2679
16 Apr 2024 04:15:48
commit hash: 1e63e7f5acb21f3b695de66f2c74e671c907c3f4commit hash: 1e63e7f5acb21f3b695de66f2c74e671c907c3f4commit hash: 1e63e7f5acb21f3b695de66f2c74e671c907c3f4commit hash: 1e63e7f5acb21f3b695de66f2c74e671c907c3f4 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2674 → 2679
2674
15 Apr 2024 08:57:49
commit hash: 52b1cb75e621c8da4e5aa11f7ec0ecb4a440599acommit hash: 52b1cb75e621c8da4e5aa11f7ec0ecb4a440599acommit hash: 52b1cb75e621c8da4e5aa11f7ec0ecb4a440599acommit hash: 52b1cb75e621c8da4e5aa11f7ec0ecb4a440599a files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2646 → 2674

Reported by:	portscout
2646
11 Apr 2024 08:17:16
commit hash: d4adb84630bc42622297aa8be9cb0c8ff4fd12e8commit hash: d4adb84630bc42622297aa8be9cb0c8ff4fd12e8commit hash: d4adb84630bc42622297aa8be9cb0c8ff4fd12e8commit hash: d4adb84630bc42622297aa8be9cb0c8ff4fd12e8 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2619 → 2646

Reported by:	portscout
2619
07 Apr 2024 18:38:03
commit hash: 9d446550b4e5e3d26a65397512a1c8f34acfb337commit hash: 9d446550b4e5e3d26a65397512a1c8f34acfb337commit hash: 9d446550b4e5e3d26a65397512a1c8f34acfb337commit hash: 9d446550b4e5e3d26a65397512a1c8f34acfb337 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2615 → 2619

Reported by:	portscout
2615
06 Apr 2024 01:10:44
commit hash: 001d575739562b9f24f9ac9903af5c04e1d302a8commit hash: 001d575739562b9f24f9ac9903af5c04e1d302a8commit hash: 001d575739562b9f24f9ac9903af5c04e1d302a8commit hash: 001d575739562b9f24f9ac9903af5c04e1d302a8 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2608 → 2615

Reported by:	portscout
2608
05 Apr 2024 09:15:36
commit hash: 0e05ab95918cdbd936b670bd26803d317e5d21aecommit hash: 0e05ab95918cdbd936b670bd26803d317e5d21aecommit hash: 0e05ab95918cdbd936b670bd26803d317e5d21aecommit hash: 0e05ab95918cdbd936b670bd26803d317e5d21ae files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2589 → 2608

Reported by:	portscout
2589
04 Apr 2024 08:05:04
commit hash: c68103a78c85858302e9ca3f04ef0eb89e5e7799commit hash: c68103a78c85858302e9ca3f04ef0eb89e5e7799commit hash: c68103a78c85858302e9ca3f04ef0eb89e5e7799commit hash: c68103a78c85858302e9ca3f04ef0eb89e5e7799 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2581 → 2589

Reported by:	portscout
2581
31 Mar 2024 08:32:53
commit hash: 11e17f9269ef1ca4cbe2474ab65346d3dcda9f8dcommit hash: 11e17f9269ef1ca4cbe2474ab65346d3dcda9f8dcommit hash: 11e17f9269ef1ca4cbe2474ab65346d3dcda9f8dcommit hash: 11e17f9269ef1ca4cbe2474ab65346d3dcda9f8d files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2568 → 2581

Reported by:	portscout
2568
29 Mar 2024 20:03:44
commit hash: de7a5e4fcaa561a838d158fbe0bef4d910a15c4fcommit hash: de7a5e4fcaa561a838d158fbe0bef4d910a15c4fcommit hash: de7a5e4fcaa561a838d158fbe0bef4d910a15c4fcommit hash: de7a5e4fcaa561a838d158fbe0bef4d910a15c4f files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2531 → 2568

Reported by:	portscout
2531
27 Mar 2024 08:37:47
commit hash: 86b73ed8b3fa9d7c61ca38bbfedc0778f6c6b5f5commit hash: 86b73ed8b3fa9d7c61ca38bbfedc0778f6c6b5f5commit hash: 86b73ed8b3fa9d7c61ca38bbfedc0778f6c6b5f5commit hash: 86b73ed8b3fa9d7c61ca38bbfedc0778f6c6b5f5 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2517 → 2531

Reported by:	portscout
2517
25 Mar 2024 05:00:39
commit hash: fe0b95565b26b853fac702c60efce9f61068fc57commit hash: fe0b95565b26b853fac702c60efce9f61068fc57commit hash: fe0b95565b26b853fac702c60efce9f61068fc57commit hash: fe0b95565b26b853fac702c60efce9f61068fc57 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2509 → 2517

Reported by:	portscout
2509
24 Mar 2024 09:59:11
commit hash: 086eaf1ef2bbd062773660fb0d8c8fd08e443493commit hash: 086eaf1ef2bbd062773660fb0d8c8fd08e443493commit hash: 086eaf1ef2bbd062773660fb0d8c8fd08e443493commit hash: 086eaf1ef2bbd062773660fb0d8c8fd08e443493 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2487 → 2509

Reported by:	portscout
2487
22 Mar 2024 12:22:51
commit hash: d8620d2daab3a48f635c2ee365f68db562220adfcommit hash: d8620d2daab3a48f635c2ee365f68db562220adfcommit hash: d8620d2daab3a48f635c2ee365f68db562220adfcommit hash: d8620d2daab3a48f635c2ee365f68db562220adf files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2479 → 2487

Reported by:	portscout
2479
21 Mar 2024 10:10:56
commit hash: 82151f5696a349b78ff4add62e116bf639d4afe8commit hash: 82151f5696a349b78ff4add62e116bf639d4afe8commit hash: 82151f5696a349b78ff4add62e116bf639d4afe8commit hash: 82151f5696a349b78ff4add62e116bf639d4afe8 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2465 → 2479

Reported by:	portscout
2465
20 Mar 2024 08:59:51
commit hash: 5fdb71e305f9d32c74dd72214fae12f1ae38c806commit hash: 5fdb71e305f9d32c74dd72214fae12f1ae38c806commit hash: 5fdb71e305f9d32c74dd72214fae12f1ae38c806commit hash: 5fdb71e305f9d32c74dd72214fae12f1ae38c806 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2450 → 2465

Reported by:	portscout
2450
18 Mar 2024 16:24:19
commit hash: 63b8c00f1078a9b69822688d172c37f4dbfe7bffcommit hash: 63b8c00f1078a9b69822688d172c37f4dbfe7bffcommit hash: 63b8c00f1078a9b69822688d172c37f4dbfe7bffcommit hash: 63b8c00f1078a9b69822688d172c37f4dbfe7bff files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2440 → 2450

Reported by:	portscout
2440
17 Mar 2024 05:40:50
commit hash: 9f2bdb0ed7e6ee9b8d97233903f1b5ebf9c5eadbcommit hash: 9f2bdb0ed7e6ee9b8d97233903f1b5ebf9c5eadbcommit hash: 9f2bdb0ed7e6ee9b8d97233903f1b5ebf9c5eadbcommit hash: 9f2bdb0ed7e6ee9b8d97233903f1b5ebf9c5eadb files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2430 → 2440

Reported by:	portscout
2430
15 Mar 2024 15:46:26
commit hash: 4a80dcf0688eac521741573fa1580a4113b5162ccommit hash: 4a80dcf0688eac521741573fa1580a4113b5162ccommit hash: 4a80dcf0688eac521741573fa1580a4113b5162ccommit hash: 4a80dcf0688eac521741573fa1580a4113b5162c files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2409 → 2430

Reported by:	portscout
2409
13 Mar 2024 06:17:05
commit hash: c62f47f13900d685c20447c9b04f40bcf225bee4commit hash: c62f47f13900d685c20447c9b04f40bcf225bee4commit hash: c62f47f13900d685c20447c9b04f40bcf225bee4commit hash: c62f47f13900d685c20447c9b04f40bcf225bee4 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2405 → 2409

Reported by:	portscout
2405
12 Mar 2024 19:42:11
commit hash: 8f40974604259363e7f4c7c03beea4c97927f554commit hash: 8f40974604259363e7f4c7c03beea4c97927f554commit hash: 8f40974604259363e7f4c7c03beea4c97927f554commit hash: 8f40974604259363e7f4c7c03beea4c97927f554 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2393 → 2405

Reported by:	portscout
2393
11 Mar 2024 17:53:46
commit hash: 3daabcfc15e30b0bd7992bd3d25f8300745cb83ccommit hash: 3daabcfc15e30b0bd7992bd3d25f8300745cb83ccommit hash: 3daabcfc15e30b0bd7992bd3d25f8300745cb83ccommit hash: 3daabcfc15e30b0bd7992bd3d25f8300745cb83c files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2376 → 2393

Reported by:	portscout
2376
10 Mar 2024 07:35:57
commit hash: b7f03d9f73c54c256a8c2a8efd7f3b8f9c4636c3commit hash: b7f03d9f73c54c256a8c2a8efd7f3b8f9c4636c3commit hash: b7f03d9f73c54c256a8c2a8efd7f3b8f9c4636c3commit hash: b7f03d9f73c54c256a8c2a8efd7f3b8f9c4636c3 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2366 → 2376

Reported by:	portscout
2366
09 Mar 2024 07:34:18
commit hash: 2bcc1ff88039885703a1f9ee9f6079a6ee724956commit hash: 2bcc1ff88039885703a1f9ee9f6079a6ee724956commit hash: 2bcc1ff88039885703a1f9ee9f6079a6ee724956commit hash: 2bcc1ff88039885703a1f9ee9f6079a6ee724956 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2360 → 2366

Reported by:	portscout
2360
08 Mar 2024 10:25:53
commit hash: 14d65caf75cb9c19c30f60afcdf603eee4e012c7commit hash: 14d65caf75cb9c19c30f60afcdf603eee4e012c7commit hash: 14d65caf75cb9c19c30f60afcdf603eee4e012c7commit hash: 14d65caf75cb9c19c30f60afcdf603eee4e012c7 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2355 → 2360

Reported by:	portscout
2355
07 Mar 2024 09:48:07
commit hash: 9a8142f48823dc491eefc2646506115b319bc2bccommit hash: 9a8142f48823dc491eefc2646506115b319bc2bccommit hash: 9a8142f48823dc491eefc2646506115b319bc2bccommit hash: 9a8142f48823dc491eefc2646506115b319bc2bc files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2350 → 2355

Reported by:	portscout
2350
06 Mar 2024 11:52:34
commit hash: ff2c29b8e34c3a955ea1a5c6aae8e10761467d59commit hash: ff2c29b8e34c3a955ea1a5c6aae8e10761467d59commit hash: ff2c29b8e34c3a955ea1a5c6aae8e10761467d59commit hash: ff2c29b8e34c3a955ea1a5c6aae8e10761467d59 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2329 → 2350

Reported by:	portscout
2329
04 Mar 2024 16:09:17
commit hash: 03750e81ded56ab47fa6610080407f7358341957commit hash: 03750e81ded56ab47fa6610080407f7358341957commit hash: 03750e81ded56ab47fa6610080407f7358341957commit hash: 03750e81ded56ab47fa6610080407f7358341957 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2294 → 2329

Reported by:	portscout
2294
27 Feb 2024 00:31:15
commit hash: c3acd38c0af7a63df8c1276fc200a8c4188807b4commit hash: c3acd38c0af7a63df8c1276fc200a8c4188807b4commit hash: c3acd38c0af7a63df8c1276fc200a8c4188807b4commit hash: c3acd38c0af7a63df8c1276fc200a8c4188807b4 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2266 → 2294

Reported by:	portscout
2266
26 Feb 2024 05:55:19
commit hash: 72774ca02652fb9da7e4abde06039fc5b63ad272commit hash: 72774ca02652fb9da7e4abde06039fc5b63ad272commit hash: 72774ca02652fb9da7e4abde06039fc5b63ad272commit hash: 72774ca02652fb9da7e4abde06039fc5b63ad272 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2251 → 2266

Reported by:	portscout
2251
25 Feb 2024 00:18:07
commit hash: 677fb06031924c2894152a467cccb37d0722ad7dcommit hash: 677fb06031924c2894152a467cccb37d0722ad7dcommit hash: 677fb06031924c2894152a467cccb37d0722ad7dcommit hash: 677fb06031924c2894152a467cccb37d0722ad7d files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2241 → 2251

Reported by:	portscout
2241
23 Feb 2024 10:25:42
commit hash: d53bc18d13b00224875afd5cced4606a14aa5875commit hash: d53bc18d13b00224875afd5cced4606a14aa5875commit hash: d53bc18d13b00224875afd5cced4606a14aa5875commit hash: d53bc18d13b00224875afd5cced4606a14aa5875 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2234 → 2241

Reported by:	portscout
2234
22 Feb 2024 09:38:40
commit hash: 6b56d743ca3f587f11a39e281436f08514364d31commit hash: 6b56d743ca3f587f11a39e281436f08514364d31commit hash: 6b56d743ca3f587f11a39e281436f08514364d31commit hash: 6b56d743ca3f587f11a39e281436f08514364d31 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2212 → 2234

Reported by:	portscout
2212
20 Feb 2024 07:09:21
commit hash: a07a1109f968f052bebeeab6d685ee7131dbf851commit hash: a07a1109f968f052bebeeab6d685ee7131dbf851commit hash: a07a1109f968f052bebeeab6d685ee7131dbf851commit hash: a07a1109f968f052bebeeab6d685ee7131dbf851 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2185 → 2212

Reported by:	portscout
2185
19 Feb 2024 05:01:44
commit hash: c5779ac034468d5d8dd27ab9712c3df320a87ecbcommit hash: c5779ac034468d5d8dd27ab9712c3df320a87ecbcommit hash: c5779ac034468d5d8dd27ab9712c3df320a87ecbcommit hash: c5779ac034468d5d8dd27ab9712c3df320a87ecb files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2167 → 2185

Reported by:	portscout
2167
17 Feb 2024 08:45:30
commit hash: 66da8bdf86770657d9069cb924fb726e53cc5166commit hash: 66da8bdf86770657d9069cb924fb726e53cc5166commit hash: 66da8bdf86770657d9069cb924fb726e53cc5166commit hash: 66da8bdf86770657d9069cb924fb726e53cc5166 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 2144 → 2167

Reported by:	portscout
2144
15 Feb 2024 11:25:01
commit hash: d549d297aaf7d12246f16893f0521079da99de9ecommit hash: d549d297aaf7d12246f16893f0521079da99de9ecommit hash: d549d297aaf7d12246f16893f0521079da99de9ecommit hash: d549d297aaf7d12246f16893f0521079da99de9e files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: New port: Facebook's LLaMA model in C/C++

Number of commits found: 197 (showing only 97 on this page)

«  1 | 2