mistralai / mistral-inference

Official inference library for Mistral models
https://mistral.ai/
Apache License 2.0
9.58k stars 846 forks source link

fix: typo in HF_TOKEN environment variable check message #179

Closed CharlesCNorton closed 3 months ago

CharlesCNorton commented 3 months ago

Fixed a typo in the bash script that logs into Hugging Face using the HF_TOKEN environment variable. The message now correctly states "The HF_TOKEN environment variable is set" instead of "The HF_TOKEN environment variable set".