klotz: github* + self-hosted*

Bookmarks on this page are managed by an admin user.

0 bookmark(s) - Sort by: Date ↓ / Title / - Bookmarks from other users for this tag

  1. Rundeck is an open source automation service that allows users to easily run automation tasks across a set of nodes. This repository contains the source code for Rundeck, with features such as a web console, command line tools, and a WebAPI. It is built with Gradle and requires Java 1.8 and NodeJs 16. Documentation, development guides, and issue tracker are available.
  2. OliveTin is a web-based interface that provides safe and simple access to predefined shell commands. It offers a responsive, touch-friendly UI, dark mode, accessibility, container integration, and more. It allows you to run complex commands, give access to commands to less technical people, and simplify command execution on various devices.
  3. llm-tool provides a command-line utility for running large language models locally. It includes scripts for pulling models from the internet, starting them, and managing them using various commands such as 'run', 'ps', 'kill', 'rm', and 'pull'. Additionally, it offers a Python script named 'querylocal.py' for querying these models. The repository also come
  4. Compare the performance of different LLM that can be deployed locally on consumer hardware. The expected good response and scores are generated by GPT-4.
    2023-06-09 Tags: , , , by klotz
  5. # obtain the original LLaMA model weights and place them in ./models
    ls ./models
    65B 30B 13B 7B tokenizer_checklist.chk tokenizer.model

    # install Python dependencies
    python3 -m pip install -r requirements.txt

    # convert the 7B model to ggml FP16 format
    python3 convert.py models/7B/

    # quantize the model to 4-bits (using q4_0 method)
    ./quantize ./models/7B/ggml-model-f16.bin ./models/7B/ggml-model-q4_0.bin q4_0

    # run the inference
    ./main -m ./models/7B/ggml-model-q4_0.bin -n 128
    2023-06-05 Tags: , , , , by klotz

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: Tags: github + self-hosted

About - Propulsed by SemanticScuttle