Commit Graph

18 Commits

Author SHA1 Message Date
Jonathan Ringer
f47f68a7fb
openai-whisper-cpp: use pkgs.autoAddDriverRunpath 2024-04-01 09:50:49 -07:00
Yann Hamdaoui
63746cac08
cudaPackages: generalize and refactor setup hook
This PR refactor CUDA setup hooks, and in particular
autoAddOpenGLRunpath and autoAddCudaCompatRunpathHook, that were using a
lot of code in common (in fact, I introduced the latter by copy pasting
most of the bash script of the former). This is not satisfying for
maintenance, as a recent patch showed, because we need to duplicate
changes to both hooks.

This commit abstract the common part in a single shell script that
applies a generic patch action to every elf file in the output. For
autoAddOpenGLRunpath the action is just addOpenGLRunpath (now
addDriverRunpath), and is few line function for
autoAddCudaCompatRunpathHook.

Doing so, we also takes the occasion to use the newer addDriverRunpath
instead of the previous addOpenGLRunpath, and rename the CUDA hook to
reflect that as well.

Co-Authored-By: Connor Baker <connor.baker@tweag.io>
2024-03-15 15:54:21 +01:00
Hugh O'Brien
ee7bd5684e
openai-whisper-cpp: fix cuda build 2024-01-24 17:55:58 -05:00
amalgame21
8056651a28 openai-whisper-cpp: add cudaSupport 2024-01-19 00:39:31 +08:00
amalgame21
54e606bda0 openai-whisper-cpp: 1.5.2 -> 1.5.4 2024-01-10 05:34:26 +08:00
David Knaack
4b4f0f8034 openai-whisper-cpp: fix darwin build & add file for metal
Co-Authored-By: Hugh O'Brien <github@hughobrien.ie>
2024-01-05 09:57:53 +01:00
Mario Rodas
db9ee6b562
Merge pull request #276056 from KaiHa/pr-openai-whisper-cpp-1.5.2
openai-whisper-cpp: 1.4.2 -> 1.5.2
2023-12-24 18:05:22 -05:00
Kai Harries
ed71e22b61 openai-whisper-cpp: 1.4.2 -> 1.5.2 2023-12-22 14:42:24 +01:00
Kai Harries
e0a60c7a39 openai-whisper-cpp: install "command" 2023-12-22 14:37:52 +01:00
R. Ryantm
f5701c5592 openai-whisper-cpp: 1.4.0 -> 1.4.2 2023-10-12 04:28:53 +00:00
Weijia Wang
a7e6734a25 openai-whisper-cpp: refactor 2023-06-26 16:42:44 +03:00
David Knaack
44ecf1cd18 openai-whisper-cpp: enable CoreML support
Co-authored-by: wegank <9713184+wegank@users.noreply.github.com>
2023-06-26 14:40:50 +02:00
Hugh O'Brien
805a245f2c openai-whisper-cpp: add hughobrien to maintainers 2023-05-03 18:06:04 -04:00
Hugh O'Brien
136fd119a8 openai-whisper-cpp: 1.2.1 -> 1.4.0 2023-05-03 18:05:52 -04:00
R. Ryantm
7dcc825f28 openai-whisper-cpp: 1.2.0 -> 1.2.1 2023-03-08 17:23:56 +00:00
Mario Rodas
591d9f8214 openai-whisper-cpp: add platforms to meta 2023-02-24 04:20:00 +00:00
Mostly Void
b34c81ce68 openai-whisper-cpp: 1.0.4 -> 1.2.0 2023-02-05 10:25:23 -05:00
Mostly Void
54c0e4c4bb
openai-whisper-cpp: init at 1.0.4 2022-12-31 20:11:33 +05:30