SimFG
SimFG
@Ph0rk0z have something updated? :)
Have added a basic embedding, so we will close the issue. If there are more complex needs, we will open a new issue
@silasdao you can try add `--cpu` param when starting the server
@FrankDMartinez you can try replace `mps` to `cpu`
change all, you can try it  Replace all `torch.device('mps')` in the project. torch.device('mps') -> torch.device('cpu')
@moonskys all files. you need to search all files and replace. torch.device('mps') -> torch.device('cpu')
it will be fixed, detail: https://github.com/zilliztech/GPTCache/pull/538
https://github.com/zilliztech/GPTCache sorry, i wrongly write
@EwingYangs fix it
great, thanks your attention, the llm parameter seems to have been modified by someone.