Skip to content
This repository was archived by the owner on Oct 22, 2023. It is now read-only.
This repository was archived by the owner on Oct 22, 2023. It is now read-only.

TypeError: 'ABCMeta' object is not subscriptable #117

@lakshman111

Description

@lakshman111

I'm trying to run Stable Tuner on Runpod by following this tutorial: https://www.youtube.com/watch?v=8tzA-1x6FIA

I'm on a Mac using Parallels to run Windows. I've opened the Jupyter Notebook in Runpod, and installed the dependencies. When I try to launch training (!accelerate launch --mixed_precision="fp16" scripts/trainer.py), I get the following error:

image

I solved this issue by downloading dataloaders_util.py locally and then manually uploading it into the python notebook.

However, when I try to run training again, I get "TypeError: 'ABCMeta' object is not subscriptable", which I'm not sure how so solve.

image

Any ideas how to solve? Any other information I can supply to help find the error?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions