Madhu Patel

Madhu Patel

  • 503
  • 2.9k
  • 70.8k

How to manage multiple versions of the same library in one project?

Oct 15 2024 10:25 AM

How can I run two functions within the same FastAPI application, where one function requires transformers==4.32.8 and the other requires transformers==5.32.8?


Answers (1)