Skip to content

A question about the performance #2

@Shijun-droid

Description

@Shijun-droid

Thanks for your work and the pretrained models!

I'm playing around the pretrained models, however, the quality of the generated samples is not very good. Perhaps I did something wrong.

The only two changes I made are:

_attn_implementation="flash_attention_2"

_attn_implementation="flash_attention_2"
->
_attn_implementation="eager"

_attn_implementation="flash_attention_2"

_attn_implementation="flash_attention_2"
->
_attn_implementation="eager"

The reason for this change is that I only have V100 GPUs, which do not support flash-attn. The other hyperparameters are followed by infer.sh.

Thank you for your help!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions