提示錯誤資訊:
PS C:\Users\abc> ollama serve
Error: listen tcp 127.0.0.1:11434: bind: Only one usage of each socket address (protocol/network address/port) is normally permitted.
結果:錯誤是由於ollama已經啟動而導致
解決方法:
在系統工作管理員中關閉ollama以及ollama.exe程序。
再次執行,提示正常。
參考:https://blog.csdn.net/MurphyStar/article/details/138966626