Skip to content
View etemiz's full-sized avatar

Block or report etemiz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. llama.garden llama.garden Public

    decentralized llm sharing

    HTML 3

  2. Torrent generator from HF link Torrent generator from HF link
    1
    #!/usr/bin/env python3
    2
    """url-to-torr-stream.py
    3
    =========================
    4
    Build a BitTorrent v1 `.torrent` (with webseeds) for files on HuggingFace,
    5
    without keeping a full local copy on disk.
  3. Read the strfry database using Python Read the strfry database using Python
    1
    import lmdb
    2
    
                  
    3
    lmdb_folder = '/path/to/strfry-db/'
    4
    lmdb_env = lmdb.open(lmdb_folder, max_dbs=10)
    5
    dbpl = lmdb_env.open_db(b'rasgueadb_defaultDb__EventPayload')
  4. llama-cpp-python llama-cpp-python Public

    Forked from abetlen/llama-cpp-python

    Python bindings for llama.cpp

    Python

  5. cow cow Public

    You feed the cow for a while. Then you milk the cow. [Automatic learner and predictor as background process. Also does self optimization etc.]

    Python

  6. arcee-ai/mergekit arcee-ai/mergekit Public

    Tools for merging pretrained large language models.

    Python 7.2k 762