Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Embeddings ETIMEDOUT #237

Open
Poisonsting opened this issue Apr 10, 2024 · 0 comments
Open

Embeddings ETIMEDOUT #237

Poisonsting opened this issue Apr 10, 2024 · 0 comments

Comments

@Poisonsting
Copy link

Hi folks, every time I try to use the embeddings module I run into this error, any ideas?

sillytavern  | Instantiated the tokenizer for gpt2
sillytavern  | FetchError: request to http://10.0.1.11:5100/api/embeddings/compute failed, reason: connect ETIMEDOUT 10.0.1.11:5100
sillytavern  |     at ClientRequest.<anonymous> (/home/node/app/node_modules/node-fetch/lib/index.js:1505:11)
sillytavern  |     at ClientRequest.emit (node:events:513:28)
sillytavern  |     at Socket.socketErrorListener (node:_http_client:488:9)
sillytavern  |     at Socket.emit (node:events:513:28)
sillytavern  |     at emitErrorNT (node:internal/streams/destroy:151:8)
sillytavern  |     at emitErrorCloseNT (node:internal/streams/destroy:116:3)
sillytavern  |     at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
sillytavern  |   type: 'system',
sillytavern  |   errno: 'ETIMEDOUT',
sillytavern  |   code: 'ETIMEDOUT'
sillytavern  | }
sillytavern  | FetchError: request to http://10.0.1.11:5100/api/embeddings/compute failed, reason: connect ETIMEDOUT 10.0.1.11:5100
sillytavern  |     at ClientRequest.<anonymous> (/home/node/app/node_modules/node-fetch/lib/index.js:1505:11)
sillytavern  |     at ClientRequest.emit (node:events:513:28)
sillytavern  |     at Socket.socketErrorListener (node:_http_client:488:9)
sillytavern  |     at Socket.emit (node:events:513:28)
sillytavern  |     at emitErrorNT (node:internal/streams/destroy:151:8)
sillytavern  |     at emitErrorCloseNT (node:internal/streams/destroy:116:3)
sillytavern  |     at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
sillytavern  |   type: 'system',
sillytavern  |   errno: 'ETIMEDOUT',
sillytavern  |   code: 'ETIMEDOUT'
sillytavern  | }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant