Skip to content
View CCCarloooo's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report CCCarloooo

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. FastChat FastChat Public

    Forked from lm-sys/FastChat

    An open platform for training, serving, and evaluating large language models. Release repo for Vicuna and Chatbot Arena.

    Python 1

  2. ift_prac ift_prac Public

    Jupyter Notebook

  3. open-instruct open-instruct Public

    Forked from allenai/open-instruct

    Python 1

  4. LLaVA LLaVA Public

    Forked from haotian-liu/LLaVA

    [NeurIPS'23 Oral] Visual Instruction Tuning: LLaVA (Large Language-and-Vision Assistant) built towards GPT-4V level capabilities.

    Python

  5. model_scripts model_scripts Public

    Shell

  6. Command-line Tool for Easy Downloadi... Command-line Tool for Easy Downloading of Huggingface Models
    1
    # 🤗Huggingface Model Downloader
    2
    ***Update: The previous version has a bug. When resuming from a breakpoint, there may be an issue causing incomplete files. Please update to the latest version!!!***
    3
    
    
    4
    Considering the lack of multi-threaded download support in the official [`huggingface-cli`](https://huggingface.co/docs/huggingface_hub/guides/download#download-from-the-cli), and the inadequate error handling in [`hf_transfer`](https://github.com/huggingface/hf_transfer), this command-line tool smartly utilizes `wget` or `aria2` for LFS files and `git clone` for the rest.
    5