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

Fixed argparser to work with Python 3.10 #8

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

Commits on Aug 3, 2023

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

Commits on Aug 4, 2023

  1. Update arg_parser.py

    Tried to add 3.10 fix
    edwardsmith999 authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    bf918e7 View commit details
    Browse the repository at this point in the history
  2. Update arg_parser.py

    Remove DataClassType
    edwardsmith999 authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    a193c5f View commit details
    Browse the repository at this point in the history
  3. Update arg_parser.py

    Added from inspect import isclass
    edwardsmith999 authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    8f459d5 View commit details
    Browse the repository at this point in the history
  4. Update arg_parser.py

    Changed to latest version from tranformers
    edwardsmith999 authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    695f6ea View commit details
    Browse the repository at this point in the history
  5. Update arg_parser.py

    Updated header and included details of hf_argparser.py which was copied
    edwardsmith999 authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    186205a View commit details
    Browse the repository at this point in the history