Welcome to the Power Users community on Codidact!
Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.
chrome huge file weights.bin - can it be deleted
Chrome has a huge file inside AppData\Local\Google\Chrome\User Data\OptGuideOnDeviceModel\2025.8.8.1141\weights.bin
The size of the file weights.bin is 4.0 GB
I want to delete this file. Will it prevent chrome from functioning? What is it used for?
1 answer
It's an AI model, reportedly Gemini Nano.
I haven't tried this (having moved away from Chrome before the AI-in-everything craze), but users have suggested that it can be deleted if you are willing to restart the browser afterwards.
However, unless you set your computer's policy for Chrome not to use AI, the file will be downloaded again each time Chrome is updated.
- Mac:
defaults write ~/Library/Preferences/com.google.Chrome.plist GenAILocalFoundationalModelSettings -int 1 - Windows: Set
GenAILocalFoundationalModelSettingsto value1
Sources at Super User.

0 comment threads