AI4Finance-Foundation / FinGPT

FinGPT: Open-Source Financial Large Language Models! Revolutionize 🔥 We release the trained model on HuggingFace.
https://ai4finance.org
MIT License
12.75k stars 1.81k forks source link

Deploy the forecaster demo on Mac M chips #144

Closed liuyang2356 closed 6 months ago

liuyang2356 commented 7 months ago

Is your feature request related to a problem? Please describe. Yes, when running the model on a Mac M chip, I will get pynvml.NVMLError_LibraryNotFound: NVML Shared Library Not Found error. I believe the new Mac M chips have the power to run the forecaster. Can we make it compatible for mac users?

Describe the solution you'd like When running python3 app.py I can pass a flag to say run on mac m chips.

liuyang2356 commented 6 months ago

Need to update the dependencies... the issue is resolved..