ThetaCursed / clean-ui

Simple UI for Llama-3.2-11B-Vision & Molmo-7B-D
Apache License 2.0
114 stars 24 forks source link

The location where the model is stored #3

Closed alex13by closed 1 month ago

alex13by commented 1 month ago

Why not keep the model in the current directory, which will make subsequent cleanup management much easier

ThetaCursed commented 1 month ago

Hi, the model can be loaded from and stored in any directory. Instead of using:

model_id = "cyan2k/molmo-7B-D-bnb-4bit"

Use:

model_id = "C:\path\to\model""