You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So that people can't accidentally start two instances on the same port and wonder why it sometimes works but sometimes gets wrong results.
The story: I had a bad time debugging a model repeating issue on a specific device but not another. It took me more than one hour, adjusting parameters and searching the web, until I finally decided to give up, stopped the instance, but while closing all the browser tabs, I hit the refresh button again, and was surprised there was still response! It turned out that I had a text embedding model running on the same port.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
So that people can't accidentally start two instances on the same port and wonder why it sometimes works but sometimes gets wrong results.
The story: I had a bad time debugging a model repeating issue on a specific device but not another. It took me more than one hour, adjusting parameters and searching the web, until I finally decided to give up, stopped the instance, but while closing all the browser tabs, I hit the refresh button again, and was surprised there was still response! It turned out that I had a text embedding model running on the same port.
Beta Was this translation helpful? Give feedback.
All reactions