AGI Security
AGI Security
How can I train yolo on grayscale images? I have changed channels to 1 in .cfg file as well as `Input(shape=(None, None, 1))` in train.py. I got this error: `ValueError:...
When I try to get token usage from **get_openai_callback**, I always get 0. Replacing **OpenAIChat** with **OpenAI** works. Reproducable example (langchain-0.0.100): ``` from langchain.llms import OpenAIChat from langchain.callbacks import get_openai_callback...
The model very often writes "As an AI language model, I do not have opinions", even though the question was factual and did not ask for the model's personal opinion....
Great work! Can you also implement [Sophia optimizer](https://github.com/kyegomez/Sophia)?
### Model description Can you add a new MPT model? This looks very promising, especially the ability to extend context length by up to 85K tokens. ### Open source status...
### ⚠️ Please check that this feature request hasn't been suggested before. - [X] I searched previous [Ideas in Discussions](https://github.com/OpenAccess-AI-Collective/axolotl/discussions/categories/ideas) didn't find any similar feature requests. - [X] I searched...
### Please check that this issue hasn't been reported before. - [X] I searched previous [Bug Reports](https://github.com/OpenAccess-AI-Collective/axolotl/labels/bug) didn't find any similar reports. ### Expected Behavior Expected to run lora fine-tuning...
Great project! Do you plan to release API docs for `api.puter.com` ?
I executed `npm install && node server.js`. When opening new room this error throws: websocket.js:54 WebSocket connection to 'ws://192.168.1.184:3000/socket.io/?EIO=4&transport=websocket' failed: Invalid frame header I tried changing socket-io versions, node versions...
### 🚀 The feature, motivation and pitch Add support for control vectors See https://github.com/vgel/repeng and https://github.com/ggerganov/llama.cpp/pull/5970 ### Alternatives _No response_ ### Additional context _No response_