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

it/s optimization #6

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

it/s optimization #6

wants to merge 28 commits into from

Conversation

xclicx
Copy link

@xclicx xclicx commented Mar 23, 2024

Optimization of it/s
Several updates to the README.md

Special thanks to CryptoDruide for the initial README.md

@xclicx xclicx changed the title Added README.md and multi-address process it/s optimization Mar 26, 2024
@@ -83,7 +83,7 @@ def model_init():
)

training_args = TrainingArguments(
output_dir="my_model", evaluation_strategy="epoch", save_strategy='epoch', seed=task_args['seed']
output_dir="my_model", evaluation_strategy="epoch", save_strategy='epoch', seed=task_args['seed'], torch_compile=True, dataloader_num_workers=4
Copy link

@nyeates nyeates May 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@xclicx Does the torch_compile=True arg need some certain version of torch in the requirements, or does it need something specific to be enabled? When tried, it spit fire-breathing-dragon type errors and tracebacks related to pyTorch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants