Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
This space is no longer working
#38
by
LuisVasquezBSC
- opened
Even with the default bert-base-cased
, the space always throws a Not found in the hub
Error.
After little changes as here, we could run this on local machine.
Or this online version: https://modelscope.cn/studios/AlphaHinex/model-memory-usage
Or use the hotfix version directly:
# Use Python 3.8
$ git clone https://github.com/AlphaHinex/model-memory-usage.git
$ cd model-memory-usage
$ pip install -r requirements.txt
$ python src/app.py
An alternative for this is https://huggingface.co/spaces/DavidAU/GGUF-Model-VRAM-Calculator
, currently running a few tests to check how close they are in results output.