Skip to content

get_pretrained_model_paths does not return the new 'hey_rhasspy' model #39

@s-knibbs

Description

@s-knibbs

Looks like the list of models here needs to include the new 'hey_rhasspy' model

models = {
"alexa": {
"model_path": os.path.join(os.path.dirname(os.path.abspath(__file__)), "resources/models/alexa_v0.1.tflite")
},
"hey_mycroft": {
"model_path": os.path.join(os.path.dirname(os.path.abspath(__file__)), "resources/models/hey_mycroft_v0.1.tflite")
},
"hey_jarvis": {

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