Anton Sokolchenko
Anton Sokolchenko
Hi, @claesenm is the feature available currently? I found only one similar feature, "constraints" in docs, can we use them for the task of optimization values from integer space [2,...
I have the same issue: Example ``` file.swift Section(header: Text("dinner") .font(.system(size: 17, weight: .semibold)), footer: SomeView( error: "", isTimeValid: true)) { DatePicker("Start", selection: Date() displayedComponents: .hourAndMinute) DatePicker("End" selection: Date() displayedComponents:...
Macbook M1 MAX results on train_shakespeare_char ``` python train.py config/train_shakespeare_char.py Overriding config with config/train_shakespeare_char.py: # train a miniature character-level shakespeare model # good for debugging and playing on macbooks and...
Hello @ijlyttle , @pssguy Is there any chance you accomplished the desired behavior and can share it?
I have the same issue after cloning the latest repo. I can't login and I had to spend over 3 hours just trying to get to login page. Sorry, that's...
I attach the full workflow log from end-to-end testing in case you want to examine how it works in more details. ``` (base) root@roland:~/projects/Wilmer/WilmerAI# /usr/bin/env /root/projects/Wilmer/WilmerAI/venv/bin/python3 /root/.cursor-server/extensions/ms-python.debugpy-2024.6.0/bundled/libs/debugpy/adapter/../../debugpy/launcher 33089 -- /root/projects/Wilmer/WilmerAI/server.py...
@SomeOddCodeGuy thanks for the feedback! I'm currently testing this feature on a long history of conversation and I've noticed that OpenWebUI does send only part of the conversation. This make...
I have found the root cause of the bug and I'll post an update later this week
I've submitted all of my work :) could you please review it? I understand the amount of code is huge. Half of it is required to make vague LLM work....
Here is a command I used to run unit tests: cd /root/projects/Wilmer/WilmerAI && export PYTHONPATH=/root/projects/Wilmer/WilmerAI:${PYTHONPATH} && venv/bin/python -m unittest discover -s Public/modules/tests -p 'test_*.py' | cat