Skip to content

Commit

Permalink
automatic update (#1660)
Browse files Browse the repository at this point in the history
* automatic update

* remove tenere

* update vercel-log-drain deps

* remove parseable

* more tweaks
  • Loading branch information
jpetrucciani authored Aug 20, 2024
1 parent 304698c commit 16811f8
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 171 deletions.
54 changes: 27 additions & 27 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions mods/hax.nix
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,6 @@ final: prev:
tabulate
beautifulsoup4

# api
fastapi
uvicorn

# data
numpy
pandas
Expand Down
4 changes: 0 additions & 4 deletions pkgs/ai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ This directory contains packages that are related to the new wave of AI/LLM popu

[`stable-diffusion.cpp`](https://github.com/leejet/stable-diffusion.cpp) is a port of stable-diffusion model inference in C/C+

### [tenere.nix](./tenere.nix)

[tenere](https://github.com/pythops/tenere) is a TUI interface for LLMs

### [whisper-cpp.nix](./whisper-cpp.nix)

[`whisper.cpp`](https://github.com/ggerganov/whisper.cpp) is a port of [OpenAI's Whisper](https://openai.com/research/whisperg) model in C/C++
52 changes: 0 additions & 52 deletions pkgs/ai/tenere.nix

This file was deleted.

4 changes: 0 additions & 4 deletions pkgs/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ This directory contains specific servers

[obligator](https://github.com/anderspitman/obligator) is an OIDC server designed for self-hosters

### [parseable.nix](./parseable.nix)

[parseable](https://github.com/parseablehq/parseable) is a log analytics system written in Rust

### [poglets.nix](./poglets.nix)

[poglets](https://github.com/jpetrucciani/poglets) is a TCP tunneling system
Expand Down
77 changes: 0 additions & 77 deletions pkgs/server/parseable.nix

This file was deleted.

6 changes: 3 additions & 3 deletions pkgs/server/vercel-log-drain.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ rustPlatform.buildRustPackage {
src = fetchFromGitHub {
owner = "dacbd";
repo = "vercel-log-drain";
rev = "df4ddace599e9a8c2ac57c27cbb9e39e0c7c52ee";
hash = "sha256-AmKYPmJ5GCbLu+LB3uObagHjIg2ahsg6kmBWLVF3ACw=";
rev = "04d002ce54dba769316f649185468de4cf1f7d81";
hash = "sha256-NkSU8tCuHdS6UXyeSuYjLMDLC7aARon+bfERWdkQz9I=";
};

cargoHash = "sha256-v/GxeBmR6qhUna3PjZhi9wAEwdmC1t7m6ysfNJ/pfyU=";
cargoHash = "sha256-ACwAfTZVyl28N14sJuxSRoKj7LvEtKf/i81kEVCMfyc=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit 16811f8

Please sign in to comment.