opfromthestart

Results 15 issues of opfromthestart

I can figure out how to receive it from the GUI but I cannot figure out how to receive it from a command line(in Windows)

enhancement

If you select a message from the messages tab, select a message, and start to add a label, the periodic refresh of the site closes the menu and forgets the...

website
UI/UX

Being able to search the dataset for questions that have already been asked before you ask the question would be nice. What would need to be done for this to...

feature

Changed many places that use: used_plugin to used_plugins PluginUsed to PluginsUsed - [ ] Make frontend work with multiple - [ ] Make DB update correctly

inference

This is weird since the exact opposite thing happened in #762, but it appears that now `__hmin` and `__hmax` are not being found. I tested driver versions 525 and 535...

I don't remember where I saw it but I saw an interesting way of making constructors for objects like ```rust let x = Type::new().a(5).b(4); ``` instead of ```rust let x...

I have a model that needs to be able to run in real time, and one of the layers has a width of 6000, which makes it take about 0.3...

Closes #821. I had to use a proxy object to implement cuda traits. It built with `cargo build -F complex,cuda,nightly,f16`

For the purposed of effectively reducing the size of real time models, finding inefficiencies in the library, and testing modifications to the library, there should be a type of "benchmarking"...

ideation

**Is your feature request related to a particular use-case?** Say I have a model where I have a model with two linear layers and two inputs, but the second input...

enhancement