Commit Graph

65 Commits

Author SHA1 Message Date
Georgi Gerganov
d50b3d6f8b
readme : remove transfer notice (#1107)
* readme : remove transfer notice

ggml-ci

* readme : update url

ggml-ci
2025-02-08 10:33:44 +02:00
Georgi Gerganov
5ceeaddc68
readme : add info about repository transfer 2025-02-04 16:18:59 +02:00
Tristan Druyen
c598cbe306
Fix build docs for hip (#1029) 2024-11-26 17:28:31 +01:00
Georgi Gerganov
6ebf0cf75d
readme : refresh 2024-10-01 18:33:35 +03:00
Johannes Gäßler
49164e6672
examples: add TensorFlow to requirements.txt (#902) 2024-07-29 15:03:08 +02:00
Yilong Guo
052f2e93a9
sycl : add build instruction (#870) 2024-06-30 18:05:44 +02:00
John Balis
98350f2548
update "Using cuBLAS" to use correct update cuda compile flag (#876)
It seems like the previous `-DGGML_CUBLAS=ON` compile flag was deprecated.
2024-06-30 17:14:31 +02:00
Georgi Gerganov
ac1e9ae3dd
examples : remove whisper (#860)
ggml-ci
2024-06-16 19:10:54 +03:00
Georgi Gerganov
f4ee239462
ggml : remove OpenCL (#0) 2024-06-16 13:42:57 +03:00
Daniele
9d562d7125
cmake : update HIPBLAS (#847)
* Update HIPBLAS CMake

* Fix HIPBlas for Debian

* Add hipBLAS build instructions

* Fix Clang detection

* Set ROCM_PATH correctly
2024-06-05 14:00:09 +03:00
Georgi Gerganov
ee07c17b1d
examples : remove old stuff (#728)
* examples : remove old stuff

ggml-ci

* readme : remove examples links
2024-02-10 16:04:18 +02:00
Neuman Vong
c2448f88d1
gpt-2 : clarify instructions for CLBlast on Android (#706)
* Tabs to spaces

* CLBlast build

* Update README

* Clarify pwd

* Omit output

* How to get libOpenCL.so

* Clarify OpenCL limitations

* Prefer parameters over envvar

* @slaren

Co-authored-by: slaren <slarengh@gmail.com>

---------

Co-authored-by: slaren <slarengh@gmail.com>
2024-01-26 15:14:58 +02:00
Judd
979ee329ca
readme : add link (#699)
add a link to ChatLLM.cpp
2024-01-17 21:43:53 +02:00
otaGran
c75db1e831
Update README.md (#692) 2024-01-10 17:12:18 +01:00
Astariul
e07016c690
gpt-2 : update README.md (#671) 2023-12-29 09:43:41 +02:00
Mayank Kumar Pal
d19d48fbf2
readme : add steps for Android compilation and inference (#664)
* Update README.md for android instructions

* fix minor typo
2023-12-29 09:35:19 +02:00
Georgi Gerganov
bbf9afb379
readme : add link to seamless_comm repo 2023-12-05 13:36:51 +02:00
Georgi Gerganov
9d2d59ab1d
readme : add vit.cpp (#618) 2023-11-23 10:13:43 +02:00
Radoslav Gerganov
05ff36f148
yolo : add example implementing YOLO object detection (#576)
* Add leaky relu activation

* Add padding support in ggml_pool_2d()

* Add yolov3-tiny example
2023-10-30 06:34:14 +02:00
Shijie
ab765d7fdd
readme : add qwen example (#575) 2023-10-12 10:13:22 +03:00
Pierre Alexandre SCHEMBRI
754ea2bd7a
readme : mention Metal could be used for gpt-2 (#553) 2023-10-07 13:29:33 +03:00
YavorGIvanov
08c57df1b9 Update README to point to SAM example 2023-08-18 14:59:51 +03:00
leejet
95b559dbae
readme : add stable-diffusion example (#447) 2023-08-13 21:50:48 +03:00
klosax
33d63e9a7e
readme : add chatglm example (#414) 2023-07-25 18:20:14 +03:00
fitzsim
fb63873ad9
cmake : add PPC64 support (#392)
* cmake : add CMake support for ppc64

* readme : mention ppc64 VSX support
2023-07-23 16:46:57 +03:00
Georgi Gerganov
c098c44f60
readme : add minigpt4 link 2023-07-22 13:37:55 +03:00
Georgi Gerganov
69b440c07f
readme : add link to ggllm.cpp repo (close #361) 2023-07-11 21:10:14 +03:00
Sam Spilsbury
c1c5b152f2
readme : add link to ggml-gobject (#336)
This enables also some bindings to python (through pygi), gjs, vala, csharp, etc. However `ggml-gobject`s main purpose is to make the library a bit more friendly to the desktop platform, eg, by providing asynchronous operation, a DBus service, etc.
2023-07-04 16:30:21 +03:00
Playdev
4a7db9075d
py : add requirements.txt (#201)
* Add requirements.txt

* Fix README.md files
2023-06-25 16:50:39 +03:00
M. Yusuf Sarıgöz
2988146ffb
readme : add link to CLIP example (#298) 2023-06-25 16:45:34 +03:00
Georgi Gerganov
d2cd00f8b7
readme : add roadmap + manifesto 2023-06-25 16:09:34 +03:00
Georgi Gerganov
73c761921d
readme : add encodec.cpp link 2023-06-25 13:07:18 +03:00
Georgi Gerganov
a1d0ea7c2a
readme : add BioGPT example link 2023-06-24 20:58:42 +03:00
Skyler Celestinian-Sterling
07bd011436
readme : add "development" (#203)
You are welcome lol
2023-05-28 13:45:30 +03:00
apcameron
72dbb51c09
ggml : add CLBLAST support (#197)
Enable support for the RISCV architecture

This addresses https://github.com/ggerganov/ggml/issues/129
2023-05-27 16:48:33 +03:00
Georgi Gerganov
9c285d7fcd
Update README.md 2023-05-27 09:11:10 +03:00
Ettore Di Giacinto
1a42ea9db9
docs : add golang transformer bindings (#191)
This PR adds golang bindings to transformers in ggml
2023-05-24 11:01:31 +03:00
Georgi Gerganov
6e064f69aa
readme : update Features 2023-05-22 17:57:21 +03:00
Ravindra Marella
35a78bdd06
readme : add link to python bindings (#181) 2023-05-21 15:32:05 +03:00
Dan Forbes
c68c544f91
readme : add link to GGML format docs (#177) 2023-05-20 21:25:25 +03:00
Georgi Gerganov
81b1577e84
Update README.md 2023-05-20 16:48:03 +03:00
pikalover6
2a75bd4311
readme : update roadmap (#164)
+ MPT & Replit
2023-05-18 09:52:22 +03:00
Georgi Gerganov
010203f94a
readme : add link to training example 2023-05-15 07:50:54 +03:00
Georgi Gerganov
282dbacb58
readme : add re-quantization warning 2023-05-14 17:26:41 +03:00
Georgi Gerganov
2b34e6375f
readme : fix gpt-neox example link 2023-05-13 16:02:49 +03:00
Nouamane Tazi
3a58326cd3
readme : add BLOOM example (#151) 2023-05-13 13:46:10 +03:00
Georgi Gerganov
9ffa152f81
readme : update example list (#146) 2023-05-13 13:04:57 +03:00
Eldar Yusupov
ac875445ca
gpt-neox : add non-parallel residual support (#139)
* Add non-parallel residual support

* Rename stablelm to gpt-neox

* Fix stablelm model name
2023-05-13 12:41:45 +03:00
Santtu Keskinen
109387eb88
readme : add bert.cpp link (#114) 2023-04-28 07:25:11 +03:00
Georgi Gerganov
45477696c2
cmake : add CMake support for cuBLAS (#101)
* cmake : add cuBLAS support

* cmake : fix cuBLAS build
2023-04-22 13:23:20 +03:00