This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # llama_update.ps1 | |
| # Automatically check for and update llama.cpp releases | |
| $ErrorActionPreference = "Stop" | |
| # Configuration | |
| $releasesUrl = "https://github.com/ggml-org/llama.cpp/releases" | |
| $downloadPath = "C:\ai" | |
| $batFilePath = "C:\ai\llama_start.bat" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "59": [ | |
| "123", | |
| "105", | |
| "79", | |
| "70", | |
| "110", | |
| "59", | |
| "52", | |
| "125", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name format-sso | |
| // @namespace signin.aws.amazon.com | |
| // @description reformats that page, with favourites that persist in browser memory | |
| // @include https://signin.aws.amazon.com/saml | |
| // @version 1 | |
| // @grant GM_setValue | |
| // @grant GM_getValue | |
| // ==/UserScript== | |
| var storedObject = JSON.parse(GM_getValue("favourite", "{}")); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM oraclelinux:7.6 | |
| ENV container docker | |
| RUN yum -y update; yum clean all | |
| RUN yum -y swap -- remove systemd-container systemd-container-libs -- install systemd systemd-libs dbus fsck.ext4 | |
| RUN systemctl mask dev-mqueue.mount dev-hugepages.mount \ | |
| systemd-remount-fs.service sys-kernel-config.mount \ | |
| sys-kernel-debug.mount sys-fs-fuse-connections.mount \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 0f8d2d53c08ffc7ad27fb9a295741155a9625c04 |