Skip to content
View relic-yuexi's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report relic-yuexi

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
relic-yuexi/README.md

Hi there 👋

Pinned Loading

  1. QQLogin QQLogin Public

    Java 2

  2. CLI-Tool for download Huggingface mo... CLI-Tool for download Huggingface models and datasets with aria2/wget+git
    1
    # 🤗Huggingface 模型下载器
    2
    
    
    3
    考虑到官方的 [`huggingface-cli`](https://huggingface.co/docs/huggingface_hub/guides/download#download-from-the-cli) 缺乏多线程下载支持,以及 [`hf_transfer`](https://github.com/huggingface/hf_transfer) 错误处理不足的问题,这个命令行工具巧妙地利用 `wget``aria2` 下载 LFS 文件,并使用 `git clone` 下载其他文件。
    4
    
    
    5
    ## 特性
  3. Generate Random HTML Code With Python Generate Random HTML Code With Python
    1
    import random
    2
    from faker import Faker
    3
    
    
    4
    class HTMLGenerator:
    5
        """
  4. ByteLLM ByteLLM Public

    Python 1