GzRichChen
GzRichChen
1.python3 manage.py shell create a user 2.python3 manage.py runserver 3. open http://127.0.0.1:5000/admin AttributeError: 'AnonymousUserMixin' object has no attribute 'roles' What fix issue
for App.ts is loadQueue function: 1.const isQueueMonitorEnabled: boolean = Locals.config().queueMonitor; 2.const queueMonitorPort: number = Locals.config().queueMonitorHttpPort; But .env not find queueMonitor and queueMonitorHttpPort
(code=1, message=The data type of field vector doesn't match, expected: FLOAT_VECTOR, got DOUBLE)>
### Is there an existing issue for this? - [X] I have searched the existing issues ### What is your question? embeddings = outputs.last_hidden_state[0].mean(dim=0) print("embeddings:", embeddings) print("embeddings.len:", len(embeddings)) connections.connect(host='localhost', port='19530')...
:torch.cuda.OutOfMemoryError: CUDA out of memory. Tried to allocate 50.00 MiB (GPU 0; 22.38 GiB total capacity; 22.18 GiB already allocated; 16.81 MiB free; 22.20 GiB reserved in total by PyTorch)...