dima
dima
The command I execute: ```sh git clone [email protected]:PerfectlySoft/PerfectTemplate.git && cd PerfectTemplate && swift run ``` The output I observe: ```sh Cloning into 'PerfectTemplate'... remote: Enumerating objects: 285, done. remote: Total...
Closes #279 In current version all doubles are encoded in a scientific notation: ```swift import Yams print(try Yams.dump(object: 6.85))) ``` produces: ```swift 6.85e+0 ``` The proposed change is to add...
Hey, I am trying to set up `Hyprland` to work with `OBS Studio` through `pipewire` to cast screen, but unfortunately it doesn't work. I am not an expert in `pipewire`,...
Hi, I've made the following dockerfile for configuring dependencies and running an openchat model which is using flash attention. However, it hangs on startup. ``` from nvidia/cuda:12.4.0-devel-ubuntu22.04 run apt-get update...
Hi, I've made the following dockerfile for configuring dependencies and running an openchat model. However, it hangs on startup. ``` from nvidia/cuda:12.4.0-devel-ubuntu22.04 run apt-get update && apt-get install python3-pip -y...
Hey, does it make sense to deploy [the reranking model](https://huggingface.co/BAAI/bge-reranker-v2-m3) in triton inference server for efficiency? Or maybe there are other recommendations concerning reranking inference optimization? Did anybody elaborate on...
Downgrade marshmallow to avoid import errors