On https://huyenchip.com/llama-police, Chip Huyen maintains an up-to-date analysis of the open-source AI ecosystem, with a special focus on tools and repositories built around foundation models.

I really enjoy exploring these tools and try to get hands-on with them. Every week, I pick one and bu...

Getting Started

setup with Python virtual environment

You can verify the installation by running:

>>> import transformers

I would like to list some common issues:

Issues

  • >>> import transformers
    Traceback (most recent call last):
    File "", line 1, in 
    ModuleNotFoundEr...