Skip to content

Disabling Huggingface access causes failure #54

@TuxRobotics

Description

@TuxRobotics

Backend impacted

The PyTorch implementation

Operating system

Linux

Hardware

GPU with CUDA

Description

Line 429 in moshi/moshi/server.py causes a failure when HF_HUB_OFFLINE=1

Commenting out this line solves the bug:
hf_hub_download(args.hf_repo, "config.json")

Extra information

HF_HUB_OFFLINE=1

Environment

Fill in the following information on your system.

  • Operating system version: Linux

If the backend impacted is PyTorch:

  • Python version: All
  • PyTorch version: All
  • CUDA version (run python -c 'import torch; print(torch.version.cuda)'):
  • GPU model and memory: GB10 128GB

If the backend is MLX:

  • Mac model:

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions