Skip to content

两个问题:1、我已经设置了 cpu,但还是走了 gpu 逻辑?2、我本地有模型,但还是走了下载? #146

Open
@astrocaster

Description

@astrocaster

config_dict = {
"data_dir": "dataset/",
"device": "cpu",

max_gpu_memory = str(int(min(available_gpu_memory) * gpu_memory_utilization)) + "GiB"
                         ^^^^^^^^^^^^^^^^^^^^^^^^^

ValueError: min() arg is an empty sequence

=============

运行了 simple_pipeline.py, 设置了 device 和本地模型路径,但还是报了以上错误

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