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
Remember
I remember
Port details
llama-cpp Facebook's LLaMA model in C/C++
3916 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 3837Version 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: 2024-11-03 05:25:26
Commit Hash: 80cbc1e
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 (62 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/llama-cpp-3916/catalog.mk
  3. /usr/local/share/licenses/llama-cpp-3916/LICENSE
  4. /usr/local/share/licenses/llama-cpp-3916/MIT
  5. bin/convert_hf_to_gguf.py
  6. bin/llama-baby-llama
  7. bin/llama-batched
  8. bin/llama-batched-bench
  9. bin/llama-bench
  10. bin/llama-cli
  11. bin/llama-convert-llama2c-to-ggml
  12. bin/llama-cvector-generator
  13. bin/llama-embedding
  14. bin/llama-eval-callback
  15. bin/llama-export-lora
  16. bin/llama-gbnf-validator
  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-retrieval
  36. bin/llama-save-load-state
  37. bin/llama-server
  38. bin/llama-simple
  39. bin/llama-speculative
  40. bin/llama-tokenize
  41. bin/vulkan-shaders-gen
  42. include/ggml-alloc.h
  43. include/ggml-backend.h
  44. include/ggml-blas.h
  45. include/ggml-cann.h
  46. include/ggml-cuda.h
  47. include/ggml-kompute.h
  48. include/ggml-metal.h
  49. include/ggml-rpc.h
  50. include/ggml-sycl.h
  51. include/ggml-vulkan.h
  52. include/ggml.h
  53. include/llama.h
  54. lib/cmake/llama/llama-config.cmake
  55. lib/cmake/llama/llama-version.cmake
  56. lib/libggml.so
  57. lib/libllama.so
  58. lib/libllava_shared.so
  59. libdata/pkgconfig/llama.pc
  60. @owner
  61. @group
  62. @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 = 1730607519 SHA256 (ggerganov-llama.cpp-b3916_GH0.tar.gz) = 495ade9c5b880e189ba05463d62263d9a80709d9c21eb8380724e472c59fd45a SIZE (ggerganov-llama.cpp-b3916_GH0.tar.gz) = 19157900

Expand this list (4 items)

Collapse this list.

SHA256 (nomic-ai-kompute-4565194_GH0.tar.gz) = 95b52d2f0514c5201c7838348a9c3c9e60902ea3c6c9aa862193a212150b2bfc SIZE (nomic-ai-kompute-4565194_GH0.tar.gz) = 13540496 SHA256 (121f915a09c1117d34aff6e8faf6d252aaf11027.patch) = 9a0c47ae3cb7dd51b6ce19187dafd48578210f69558f7c8044ee480471f1fd33 SIZE (121f915a09c1117d34aff6e8faf6d252aaf11027.patch) = 591

Collapse this list.


Packages (timestamps in pop-ups are UTC):
llama-cpp
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest39833983------
FreeBSD:13:quarterly38893889------
FreeBSD:14:latest39023990------
FreeBSD:14:quarterly38893889------
FreeBSD:15:latest39743990n/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. 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-3916: 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
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/ggerganov/llama.cpp/tar.gz/b3916?dummy=/
Collapse this list.

Number of commits found: 170 (showing only 100 on this page)

1 | 2  »  

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3916
03 Nov 2024 05:25:26
commit hash: 80cbc1e4a6d74f034391655aebff6f51d594ccdccommit hash: 80cbc1e4a6d74f034391655aebff6f51d594ccdccommit hash: 80cbc1e4a6d74f034391655aebff6f51d594ccdccommit hash: 80cbc1e4a6d74f034391655aebff6f51d594ccdc files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3990 → 3916

Reported by:	portscout
3990
30 Oct 2024 03:54:12
commit hash: 0581ecee72bd6c017fba643b97219d5435fa814acommit hash: 0581ecee72bd6c017fba643b97219d5435fa814acommit hash: 0581ecee72bd6c017fba643b97219d5435fa814acommit hash: 0581ecee72bd6c017fba643b97219d5435fa814a files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3983 → 3990
3983
28 Oct 2024 07:32:16
commit hash: d4935e43322415ee6253c5c075087888d0d616decommit hash: d4935e43322415ee6253c5c075087888d0d616decommit hash: d4935e43322415ee6253c5c075087888d0d616decommit hash: d4935e43322415ee6253c5c075087888d0d616de files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3982 → 3983

Reported by:	portscout
3982
27 Oct 2024 20:46:57
commit hash: 023f9ac9fa898c399967ce890847e78f62111b77commit hash: 023f9ac9fa898c399967ce890847e78f62111b77commit hash: 023f9ac9fa898c399967ce890847e78f62111b77commit hash: 023f9ac9fa898c399967ce890847e78f62111b77 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3974 → 3982

Reported by:	portscout
3974
25 Oct 2024 03:27:39
commit hash: 546dd2e42faef971fb188231332afa1dcd9ebb61commit hash: 546dd2e42faef971fb188231332afa1dcd9ebb61commit hash: 546dd2e42faef971fb188231332afa1dcd9ebb61commit hash: 546dd2e42faef971fb188231332afa1dcd9ebb61 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3952 → 3974
3952
23 Oct 2024 09:44:44
commit hash: 9bf55a410485f833fed281f29cc2b9ec278b6606commit hash: 9bf55a410485f833fed281f29cc2b9ec278b6606commit hash: 9bf55a410485f833fed281f29cc2b9ec278b6606commit hash: 9bf55a410485f833fed281f29cc2b9ec278b6606 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3938 → 3952

Reported by:	portscout
3938
18 Oct 2024 03:25:24
commit hash: 80b6a2e096fa0c85d0d10eaec340b9ef030bd5dfcommit hash: 80b6a2e096fa0c85d0d10eaec340b9ef030bd5dfcommit hash: 80b6a2e096fa0c85d0d10eaec340b9ef030bd5dfcommit hash: 80b6a2e096fa0c85d0d10eaec340b9ef030bd5df files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3914 → 3938
3914
13 Oct 2024 21:01:41
commit hash: 79b300ab4a4fb97f23b71f4d1d67c02221f8e122commit hash: 79b300ab4a4fb97f23b71f4d1d67c02221f8e122commit hash: 79b300ab4a4fb97f23b71f4d1d67c02221f8e122commit hash: 79b300ab4a4fb97f23b71f4d1d67c02221f8e122 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3902 → 3914
3902
10 Oct 2024 03:36:48
commit hash: feb8f016ac73d14c270ef1e56b139c36738c4985commit hash: feb8f016ac73d14c270ef1e56b139c36738c4985commit hash: feb8f016ac73d14c270ef1e56b139c36738c4985commit hash: feb8f016ac73d14c270ef1e56b139c36738c4985 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3899 → 3902
3899
09 Oct 2024 03:17:34
commit hash: 4239f9fd08642b429c7a21af6168bb61d24f3515commit hash: 4239f9fd08642b429c7a21af6168bb61d24f3515commit hash: 4239f9fd08642b429c7a21af6168bb61d24f3515commit hash: 4239f9fd08642b429c7a21af6168bb61d24f3515 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3889 → 3899
3889
07 Oct 2024 09:42:13
commit hash: 11b3e98dc974ead8cc52d5fdd9ee959a1cf667a9commit hash: 11b3e98dc974ead8cc52d5fdd9ee959a1cf667a9commit hash: 11b3e98dc974ead8cc52d5fdd9ee959a1cf667a9commit hash: 11b3e98dc974ead8cc52d5fdd9ee959a1cf667a9 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3883 → 3889

Reported by:	portscout
3883
05 Oct 2024 03:09:27
commit hash: 590de734916abcc978232bb1ecc25f449fcaf1dccommit hash: 590de734916abcc978232bb1ecc25f449fcaf1dccommit hash: 590de734916abcc978232bb1ecc25f449fcaf1dccommit hash: 590de734916abcc978232bb1ecc25f449fcaf1dc files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3878 → 3883
3878
04 Oct 2024 04:24:52
commit hash: d9e17b15edf1c57f219c65eda0cccb8b18029695commit hash: d9e17b15edf1c57f219c65eda0cccb8b18029695commit hash: d9e17b15edf1c57f219c65eda0cccb8b18029695commit hash: d9e17b15edf1c57f219c65eda0cccb8b18029695 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3868 → 3878

Reported by:	portscout
3868
03 Oct 2024 09:17:09
commit hash: fdba426dd9bb3f6e969f8bc896eb8350a9022af3commit hash: fdba426dd9bb3f6e969f8bc896eb8350a9022af3commit hash: fdba426dd9bb3f6e969f8bc896eb8350a9022af3commit hash: fdba426dd9bb3f6e969f8bc896eb8350a9022af3 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3837 → 3868

Reported by:	portscout
3837
29 Sep 2024 09:31:02
commit hash: e9aafdf8f9c70dcd0e17d8e62c964b071d2f2fc7commit hash: e9aafdf8f9c70dcd0e17d8e62c964b071d2f2fc7commit hash: e9aafdf8f9c70dcd0e17d8e62c964b071d2f2fc7commit hash: e9aafdf8f9c70dcd0e17d8e62c964b071d2f2fc7 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3829 → 3837

Reported by:	portscout
3829
28 Sep 2024 08:29:01
commit hash: c54cba00954dc5406bccb5438117957a330aa935commit hash: c54cba00954dc5406bccb5438117957a330aa935commit hash: c54cba00954dc5406bccb5438117957a330aa935commit hash: c54cba00954dc5406bccb5438117957a330aa935 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3828 → 3829

Reported by:	portscout
3828
27 Sep 2024 08:38:49
commit hash: 984b251f3857d8f0ef0d96b22296f8a9936a6b81commit hash: 984b251f3857d8f0ef0d96b22296f8a9936a6b81commit hash: 984b251f3857d8f0ef0d96b22296f8a9936a6b81commit hash: 984b251f3857d8f0ef0d96b22296f8a9936a6b81 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3821 → 3828

Reported by:	portscout
3821
25 Sep 2024 08:33:29
commit hash: c78205506169c1a34ed039150c855e85f358297ccommit hash: c78205506169c1a34ed039150c855e85f358297ccommit hash: c78205506169c1a34ed039150c855e85f358297ccommit hash: c78205506169c1a34ed039150c855e85f358297c files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3813 → 3821

Reported by:	portscout
3813
24 Sep 2024 07:52:10
commit hash: 6c2ead15d1592fd41b81259b392d7052643d0bd7commit hash: 6c2ead15d1592fd41b81259b392d7052643d0bd7commit hash: 6c2ead15d1592fd41b81259b392d7052643d0bd7commit hash: 6c2ead15d1592fd41b81259b392d7052643d0bd7 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3804 → 3813

Reported by:	portscout
3804
23 Sep 2024 09:47:28
commit hash: ad531d9b6c1dabc852a55b29bfe7443f7952a9fbcommit hash: ad531d9b6c1dabc852a55b29bfe7443f7952a9fbcommit hash: ad531d9b6c1dabc852a55b29bfe7443f7952a9fbcommit hash: ad531d9b6c1dabc852a55b29bfe7443f7952a9fb files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3799 → 3804

Reported by:	portscout
3799
22 Sep 2024 05:51:21
commit hash: 2062a27afd0455dd6ed8d44b908ccc63fd86495fcommit hash: 2062a27afd0455dd6ed8d44b908ccc63fd86495fcommit hash: 2062a27afd0455dd6ed8d44b908ccc63fd86495fcommit hash: 2062a27afd0455dd6ed8d44b908ccc63fd86495f files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3798 → 3799

Reported by:	portscout
3798
21 Sep 2024 05:01:16
commit hash: 33369f0a4d879c3cfcfc7a17dcbac24494348fc7commit hash: 33369f0a4d879c3cfcfc7a17dcbac24494348fc7commit hash: 33369f0a4d879c3cfcfc7a17dcbac24494348fc7commit hash: 33369f0a4d879c3cfcfc7a17dcbac24494348fc7 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3787 → 3798

Reported by:	portscout
3787
20 Sep 2024 09:13:20
commit hash: c32655d0a6e1a2465830fba3a37766b1f6257f6ecommit hash: c32655d0a6e1a2465830fba3a37766b1f6257f6ecommit hash: c32655d0a6e1a2465830fba3a37766b1f6257f6ecommit hash: c32655d0a6e1a2465830fba3a37766b1f6257f6e files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3785 → 3787

Reported by:	portscout
3785
19 Sep 2024 03:11:44
commit hash: 6cba77040d0ffe1a00e861cca039d02bec58fe11commit hash: 6cba77040d0ffe1a00e861cca039d02bec58fe11commit hash: 6cba77040d0ffe1a00e861cca039d02bec58fe11commit hash: 6cba77040d0ffe1a00e861cca039d02bec58fe11 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: Broken on i386

Reported by:	fallout
3785
19 Sep 2024 03:11:42
commit hash: ece01000ecf6768706e0db2322beb2c0280ed9d7commit hash: ece01000ecf6768706e0db2322beb2c0280ed9d7commit hash: ece01000ecf6768706e0db2322beb2c0280ed9d7commit hash: ece01000ecf6768706e0db2322beb2c0280ed9d7 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3779 → 3785
3779
18 Sep 2024 09:15:59
commit hash: ca785690ab6bd019ac0fc59e747f1e7302f9dbc6commit hash: ca785690ab6bd019ac0fc59e747f1e7302f9dbc6commit hash: ca785690ab6bd019ac0fc59e747f1e7302f9dbc6commit hash: ca785690ab6bd019ac0fc59e747f1e7302f9dbc6 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3778 → 3779

Reported by:	portscout
3778
17 Sep 2024 18:26:00
commit hash: 18a4eb5b7b41b7093c5ae65fc1266e33f9d2e26bcommit hash: 18a4eb5b7b41b7093c5ae65fc1266e33f9d2e26bcommit hash: 18a4eb5b7b41b7093c5ae65fc1266e33f9d2e26bcommit hash: 18a4eb5b7b41b7093c5ae65fc1266e33f9d2e26b files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3761 → 3778
3761
16 Sep 2024 07:48:23
commit hash: fce740cb1fe1438fb44c484b51fc83bb4d7b01b0commit hash: fce740cb1fe1438fb44c484b51fc83bb4d7b01b0commit hash: fce740cb1fe1438fb44c484b51fc83bb4d7b01b0commit hash: fce740cb1fe1438fb44c484b51fc83bb4d7b01b0 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3751 → 3761

Reported by:	portscout
3751
14 Sep 2024 17:53:53
commit hash: 4829ed1d62f855256e2f85c4f0ebf224377653aecommit hash: 4829ed1d62f855256e2f85c4f0ebf224377653aecommit hash: 4829ed1d62f855256e2f85c4f0ebf224377653aecommit hash: 4829ed1d62f855256e2f85c4f0ebf224377653ae files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3749 → 3751

Reported by:	portscout
3749
13 Sep 2024 08:24:46
commit hash: 21da8ffe94af33cf3b3c145f5ca5cf5da258c659commit hash: 21da8ffe94af33cf3b3c145f5ca5cf5da258c659commit hash: 21da8ffe94af33cf3b3c145f5ca5cf5da258c659commit hash: 21da8ffe94af33cf3b3c145f5ca5cf5da258c659 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3735 → 3749

Reported by:	portscout
3735
12 Sep 2024 09:18:10
commit hash: 730e0a96b4c7077b4ec108101b83668e359b67a0commit hash: 730e0a96b4c7077b4ec108101b83668e359b67a0commit hash: 730e0a96b4c7077b4ec108101b83668e359b67a0commit hash: 730e0a96b4c7077b4ec108101b83668e359b67a0 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3725 → 3735

Reported by:	portscout
3725
11 Sep 2024 06:58:59
commit hash: cbd68200efe5d39e848a190d833a9f34135acc75commit hash: cbd68200efe5d39e848a190d833a9f34135acc75commit hash: cbd68200efe5d39e848a190d833a9f34135acc75commit hash: cbd68200efe5d39e848a190d833a9f34135acc75 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3716 → 3725

Reported by:	portscout
3716
10 Sep 2024 03:30:31
commit hash: efe3cb27283d456cd443b0cb5acc86d110511da6commit hash: efe3cb27283d456cd443b0cb5acc86d110511da6commit hash: efe3cb27283d456cd443b0cb5acc86d110511da6commit hash: efe3cb27283d456cd443b0cb5acc86d110511da6 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3707 → 3716
3707
09 Sep 2024 15:04:25
commit hash: 6c68d8165db976d44cf6d9eaae06f93afd8a2c7dcommit hash: 6c68d8165db976d44cf6d9eaae06f93afd8a2c7dcommit hash: 6c68d8165db976d44cf6d9eaae06f93afd8a2c7dcommit hash: 6c68d8165db976d44cf6d9eaae06f93afd8a2c7d files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3687 → 3707

Reported by:	portscout
3687
08 Sep 2024 04:10:05
commit hash: a19c25fd0dc6b3404fc5d9f7dd7755919db04f8bcommit hash: a19c25fd0dc6b3404fc5d9f7dd7755919db04f8bcommit hash: a19c25fd0dc6b3404fc5d9f7dd7755919db04f8bcommit hash: a19c25fd0dc6b3404fc5d9f7dd7755919db04f8b files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3678 → 3687
3678
07 Sep 2024 06:24:52
commit hash: 41055914bc8158a86cfb3ba48d4c39bb8ad06682commit hash: 41055914bc8158a86cfb3ba48d4c39bb8ad06682commit hash: 41055914bc8158a86cfb3ba48d4c39bb8ad06682commit hash: 41055914bc8158a86cfb3ba48d4c39bb8ad06682 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3671 → 3678

Reported by:	portscout
3671
06 Sep 2024 02:42:49
commit hash: 7b88178e407ba74da07bb8885da0be642b1268a2commit hash: 7b88178e407ba74da07bb8885da0be642b1268a2commit hash: 7b88178e407ba74da07bb8885da0be642b1268a2commit hash: 7b88178e407ba74da07bb8885da0be642b1268a2 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3668 → 3671
3668
05 Sep 2024 02:53:25
commit hash: 62d35ef5c071457c0ca5a4bf4d9fe9599378fb00commit hash: 62d35ef5c071457c0ca5a4bf4d9fe9599378fb00commit hash: 62d35ef5c071457c0ca5a4bf4d9fe9599378fb00commit hash: 62d35ef5c071457c0ca5a4bf4d9fe9599378fb00 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3658 → 3668
3658
03 Sep 2024 08:35:50
commit hash: 2dffd523cfa371bdff11d0d5c80a0d87234cf32acommit hash: 2dffd523cfa371bdff11d0d5c80a0d87234cf32acommit hash: 2dffd523cfa371bdff11d0d5c80a0d87234cf32acommit hash: 2dffd523cfa371bdff11d0d5c80a0d87234cf32a files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3651 → 3658
3651
02 Sep 2024 07:54:45
commit hash: 3333b04b49c052ed775e2fdfeda806efbd11109bcommit hash: 3333b04b49c052ed775e2fdfeda806efbd11109bcommit hash: 3333b04b49c052ed775e2fdfeda806efbd11109bcommit hash: 3333b04b49c052ed775e2fdfeda806efbd11109b files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3647 → 3651
3647
31 Aug 2024 07:16:15
commit hash: 946dd84c561ae5ee2dea878543ee5784ad9fc717commit hash: 946dd84c561ae5ee2dea878543ee5784ad9fc717commit hash: 946dd84c561ae5ee2dea878543ee5784ad9fc717commit hash: 946dd84c561ae5ee2dea878543ee5784ad9fc717 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3631 → 3647

Reported by:	portscout
3631
27 Aug 2024 05:46:27
commit hash: 2a7dd1bfeec4c3f78b769a884ef6c8cb677daccbcommit hash: 2a7dd1bfeec4c3f78b769a884ef6c8cb677daccbcommit hash: 2a7dd1bfeec4c3f78b769a884ef6c8cb677daccbcommit hash: 2a7dd1bfeec4c3f78b769a884ef6c8cb677daccb files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3622 → 3631

Reported by:	portscout
3622
26 Aug 2024 08:20:19
commit hash: a201883915b4bf73af3306721cb389d54972697dcommit hash: a201883915b4bf73af3306721cb389d54972697dcommit hash: a201883915b4bf73af3306721cb389d54972697dcommit hash: a201883915b4bf73af3306721cb389d54972697d files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3620 → 3622

Reported by:	portscout
3620
25 Aug 2024 08:04:54
commit hash: 151dee7c1af4b6d19ba5a47a24565e495c71b7d1commit hash: 151dee7c1af4b6d19ba5a47a24565e495c71b7d1commit hash: 151dee7c1af4b6d19ba5a47a24565e495c71b7d1commit hash: 151dee7c1af4b6d19ba5a47a24565e495c71b7d1 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3617 → 3620
3617
24 Aug 2024 15:03:33
commit hash: 2c25116062b26e0cbfb5b7b80655938c65b82f92commit hash: 2c25116062b26e0cbfb5b7b80655938c65b82f92commit hash: 2c25116062b26e0cbfb5b7b80655938c65b82f92commit hash: 2c25116062b26e0cbfb5b7b80655938c65b82f92 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3616 → 3617

Reported by:	portscout
3616
23 Aug 2024 05:40:23
commit hash: 94655493eaaab8785c0145be60acba72ad39d163commit hash: 94655493eaaab8785c0145be60acba72ad39d163commit hash: 94655493eaaab8785c0145be60acba72ad39d163commit hash: 94655493eaaab8785c0145be60acba72ad39d163 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3615 → 3616

Reported by:	portscout
3615
22 Aug 2024 09:45:43
commit hash: 8c14391eb53256d6032bc30ccee7ba8701218300commit hash: 8c14391eb53256d6032bc30ccee7ba8701218300commit hash: 8c14391eb53256d6032bc30ccee7ba8701218300commit hash: 8c14391eb53256d6032bc30ccee7ba8701218300 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3609 → 3615
3609
21 Aug 2024 05:09:31
commit hash: 95f484c26aa988efbc0e1167cbf694f79acd0989commit hash: 95f484c26aa988efbc0e1167cbf694f79acd0989commit hash: 95f484c26aa988efbc0e1167cbf694f79acd0989commit hash: 95f484c26aa988efbc0e1167cbf694f79acd0989 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3604 → 3609

Reported by:	portscout
3604
20 Aug 2024 08:42:28
commit hash: 145540070535e4ebdf704cea85e807ec73e43b3ecommit hash: 145540070535e4ebdf704cea85e807ec73e43b3ecommit hash: 145540070535e4ebdf704cea85e807ec73e43b3ecommit hash: 145540070535e4ebdf704cea85e807ec73e43b3e files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3600 → 3604

Reported by:	portscout
3600
18 Aug 2024 17:02:47
commit hash: 794e1a3d85818dee3dc95964c1a2f317553e59b5commit hash: 794e1a3d85818dee3dc95964c1a2f317553e59b5commit hash: 794e1a3d85818dee3dc95964c1a2f317553e59b5commit hash: 794e1a3d85818dee3dc95964c1a2f317553e59b5 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3593 → 3600

Reported by:	portscout
3593
16 Aug 2024 08:44:27
commit hash: 784e78e960ec8a9c74c7017aa63c954db3c03410commit hash: 784e78e960ec8a9c74c7017aa63c954db3c03410commit hash: 784e78e960ec8a9c74c7017aa63c954db3c03410commit hash: 784e78e960ec8a9c74c7017aa63c954db3c03410 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3581 → 3593

Reported by:	portscout
3581
14 Aug 2024 21:06:55
commit hash: 7549605b0500399994331fd570cc097fd83b64c0commit hash: 7549605b0500399994331fd570cc097fd83b64c0commit hash: 7549605b0500399994331fd570cc097fd83b64c0commit hash: 7549605b0500399994331fd570cc097fd83b64c0 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3567 → 3581

Reported by:	portscout
3567
11 Aug 2024 20:54:13
commit hash: e6a27ff5c28cffdfbb8d30fe060d834864958a5dcommit hash: e6a27ff5c28cffdfbb8d30fe060d834864958a5dcommit hash: e6a27ff5c28cffdfbb8d30fe060d834864958a5dcommit hash: e6a27ff5c28cffdfbb8d30fe060d834864958a5d files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3565 → 3567
3565
11 Aug 2024 07:48:40
commit hash: 5769ade0a07b806f75650bb5470166e0e4e33499commit hash: 5769ade0a07b806f75650bb5470166e0e4e33499commit hash: 5769ade0a07b806f75650bb5470166e0e4e33499commit hash: 5769ade0a07b806f75650bb5470166e0e4e33499 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3560 → 3565
3560
09 Aug 2024 20:11:43
commit hash: c2f3cc9e6b3779da87de597be7c5353c7e81fb32commit hash: c2f3cc9e6b3779da87de597be7c5353c7e81fb32commit hash: c2f3cc9e6b3779da87de597be7c5353c7e81fb32commit hash: c2f3cc9e6b3779da87de597be7c5353c7e81fb32 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3542 → 3560
3542
08 Aug 2024 17:18:45
commit hash: b3005856bd71fd003935ea2382aeca2149bf2b82commit hash: b3005856bd71fd003935ea2382aeca2149bf2b82commit hash: b3005856bd71fd003935ea2382aeca2149bf2b82commit hash: b3005856bd71fd003935ea2382aeca2149bf2b82 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3538 → 3542

Reported by:	portscout
3538
07 Aug 2024 09:09:44
commit hash: 0b2c10a5c55d4638553c86281632495b962e48decommit hash: 0b2c10a5c55d4638553c86281632495b962e48decommit hash: 0b2c10a5c55d4638553c86281632495b962e48decommit hash: 0b2c10a5c55d4638553c86281632495b962e48de files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3510 → 3538

Reported by:	portscout
3510
05 Aug 2024 14:37:00
commit hash: cfdee0575a79beb131a33345d611ea91ec9f79c4commit hash: cfdee0575a79beb131a33345d611ea91ec9f79c4commit hash: cfdee0575a79beb131a33345d611ea91ec9f79c4commit hash: cfdee0575a79beb131a33345d611ea91ec9f79c4 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3506 → 3510

Reported by:	portscout
3506
04 Aug 2024 09:07:26
commit hash: a9acd11b350870ead5ee022122bbe59f88760fdecommit hash: a9acd11b350870ead5ee022122bbe59f88760fdecommit hash: a9acd11b350870ead5ee022122bbe59f88760fdecommit hash: a9acd11b350870ead5ee022122bbe59f88760fde files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3505 → 3506

Reported by:	portscout
3505
03 Aug 2024 08:27:26
commit hash: 681ea29595b746841be9f22b060cf655f1713655commit hash: 681ea29595b746841be9f22b060cf655f1713655commit hash: 681ea29595b746841be9f22b060cf655f1713655commit hash: 681ea29595b746841be9f22b060cf655f1713655 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3503 → 3505

Reported by:	portscout
3503
02 Aug 2024 09:28:07
commit hash: 1f1e5b1ca2cfdb158e6e22e1754d7aa2125a3157commit hash: 1f1e5b1ca2cfdb158e6e22e1754d7aa2125a3157commit hash: 1f1e5b1ca2cfdb158e6e22e1754d7aa2125a3157commit hash: 1f1e5b1ca2cfdb158e6e22e1754d7aa2125a3157 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3498 → 3503

Reported by:	portscout
3498
01 Aug 2024 14:38:24
commit hash: 6a4312a66e9a519cb34dc5c018abb413a13577d4commit hash: 6a4312a66e9a519cb34dc5c018abb413a13577d4commit hash: 6a4312a66e9a519cb34dc5c018abb413a13577d4commit hash: 6a4312a66e9a519cb34dc5c018abb413a13577d4 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3490 → 3498

Reported by:	portscout
3490
31 Jul 2024 08:04:06
commit hash: 815faa87b9d83d46e2447df55e2f24ea87810b14commit hash: 815faa87b9d83d46e2447df55e2f24ea87810b14commit hash: 815faa87b9d83d46e2447df55e2f24ea87810b14commit hash: 815faa87b9d83d46e2447df55e2f24ea87810b14 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3488 → 3490

Reported by:	portscout
3488
30 Jul 2024 08:11:15
commit hash: 683596bb1b14591e06341a0fa90b3c98aabf4a78commit hash: 683596bb1b14591e06341a0fa90b3c98aabf4a78commit hash: 683596bb1b14591e06341a0fa90b3c98aabf4a78commit hash: 683596bb1b14591e06341a0fa90b3c98aabf4a78 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3485 → 3488
3485
30 Jul 2024 02:01:55
commit hash: 19e0ef000e428d83301fff8e19712438e503132ecommit hash: 19e0ef000e428d83301fff8e19712438e503132ecommit hash: 19e0ef000e428d83301fff8e19712438e503132ecommit hash: 19e0ef000e428d83301fff8e19712438e503132e files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3482 → 3485

Reported by:	portscout
3482
28 Jul 2024 21:25:26
commit hash: 42cf567aeb2eedd5ac056ce19bff7c1cc97be807commit hash: 42cf567aeb2eedd5ac056ce19bff7c1cc97be807commit hash: 42cf567aeb2eedd5ac056ce19bff7c1cc97be807commit hash: 42cf567aeb2eedd5ac056ce19bff7c1cc97be807 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3467 → 3482

Reported by:	portscout
3467
27 Jul 2024 20:19:16
commit hash: 20ec2db9a6a1d052511dd635a70cecc466a2bfcdcommit hash: 20ec2db9a6a1d052511dd635a70cecc466a2bfcdcommit hash: 20ec2db9a6a1d052511dd635a70cecc466a2bfcdcommit hash: 20ec2db9a6a1d052511dd635a70cecc466a2bfcd files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3465 → 3467

Reported by:	portscout
3465
26 Jul 2024 08:57:59
commit hash: 2afd8305a7c323e00db1814af1a37dfc81857509commit hash: 2afd8305a7c323e00db1814af1a37dfc81857509commit hash: 2afd8305a7c323e00db1814af1a37dfc81857509commit hash: 2afd8305a7c323e00db1814af1a37dfc81857509 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3452 → 3465

Reported by:	portscout
3452
25 Jul 2024 16:58:58
commit hash: 934c02199a59591b2782fe7d3240b9736568ec59commit hash: 934c02199a59591b2782fe7d3240b9736568ec59commit hash: 934c02199a59591b2782fe7d3240b9736568ec59commit hash: 934c02199a59591b2782fe7d3240b9736568ec59 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3449 → 3452

Reported by:	portscout
3449
24 Jul 2024 07:43:49
commit hash: 936b31e2702f54582b0b156d3ef411806b80b4afcommit hash: 936b31e2702f54582b0b156d3ef411806b80b4afcommit hash: 936b31e2702f54582b0b156d3ef411806b80b4afcommit hash: 936b31e2702f54582b0b156d3ef411806b80b4af files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3441 → 3449

Reported by:	portscout
3441
23 Jul 2024 09:28:18
commit hash: 9e4c4bd195b3fd5b52586870cee11d65a3e33d8acommit hash: 9e4c4bd195b3fd5b52586870cee11d65a3e33d8acommit hash: 9e4c4bd195b3fd5b52586870cee11d65a3e33d8acommit hash: 9e4c4bd195b3fd5b52586870cee11d65a3e33d8a files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3428 → 3441

Reported by:	portscout
3428
21 Jul 2024 08:49:16
commit hash: e8a9c0fde234bc18fd5c63bb9fa2271d0569b6c9commit hash: e8a9c0fde234bc18fd5c63bb9fa2271d0569b6c9commit hash: e8a9c0fde234bc18fd5c63bb9fa2271d0569b6c9commit hash: e8a9c0fde234bc18fd5c63bb9fa2271d0569b6c9 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3408 → 3428

Reported by:	portscout
3408
18 Jul 2024 13:28:13
commit hash: f8bdacb734e1e807c2e85a4103cdbc7d3a6bfbc5commit hash: f8bdacb734e1e807c2e85a4103cdbc7d3a6bfbc5commit hash: f8bdacb734e1e807c2e85a4103cdbc7d3a6bfbc5commit hash: f8bdacb734e1e807c2e85a4103cdbc7d3a6bfbc5 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 3405 → 3408

Reported by:	portscout
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

Number of commits found: 170 (showing only 100 on this page)

1 | 2  »