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

Adding more information regarding load_model #16

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

Commits on Nov 16, 2022

  1. Adding more information regarding load_model

    Adding information regarding parameters accepted by `load_model()`:
    - `name: str` that accepts `mini`, `base`, `standard`, `large`, and `huge`
    - `dtype: str=None` that accepts `float16` (or when the name is set to `huge`) and `float32`
    - `num_gpus: int=None` that accepts the total number of GPUs to be used (by default this is `8`)
    maziyarpanahi authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    9f33385 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

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

Commits on Dec 10, 2022

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

Commits on Jan 13, 2023

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