Tags: self-hosted* + llm*

0 bookmark(s) - Sort by: Date ↓ / Title /

  1. 2023-11-26 Tags: , , by klotz
  2. 2023-10-31 Tags: , , , , , , , by klotz
  3. 2023-08-26 Tags: , , , by klotz
  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. 2023-06-09 Tags: , , , , , , by klotz
  6. 2023-06-06 Tags: , , , , by klotz
  7. 2023-06-04 Tags: , , by klotz
  8. 2023-06-05 Tags: , , , by klotz
  9. # 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
  10. 2023-04-30 Tags: , , , , , , by klotz

Top of the page

First / Previous / Next / Last / Page 3 of 0 SemanticScuttle - klotz.me: tagged with "self-hosted+llm"

About - Propulsed by SemanticScuttle