Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pyproject.toml for lora dependencies; #1439

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Apr 22, 2024

  1. Update pyproject.toml for lora dependencies;

    Currently the LoRA requires >= 0.27.2 to LoRA otherwise it would turn out to be a TypeError: Accelerator.__init__() got an unexpected keyword argument 'use_seedable_sampler'
    fisher75 authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    6b23a7c View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. rearrange and updates;

    fisher75 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    912b95f View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. add 5shot and 10shot;

    fisher75 committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    217122a View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. 5shot refine;

    fisher75 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    01c9df3 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. rearrange structure;

    fisher75 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    a96cf7d View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    b2f442a View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. add bench code for cot;

    fisher75 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    99b3620 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. add risk assessment module;

    fisher75 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    1bb9653 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. add cot script;

    fisher75 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ffa7b88 View commit details
    Browse the repository at this point in the history