-
The TFC Linux port seems to use HD models from blueshift for RPG, RPG Rocket and normal grenade. I don't remember having seen that on Windows. Therefore, on some servers I encounter consistency check …
totoz updated
5 years ago
-
I propose the integration of Together.ai with babyagi-ui to enhance capabilities and provide more affordable options for utilizing llm. Together.ai offers a variety of base models, including Llama2 (7…
-
Now that we are using SQLAlchemy 2.0, we should begin the process of moving away from the deprecated SQLAlchemy 1.x method of doing things, and moving into the new SQLAlchemy 2.x form. To start, the `…
-
I propose the extension of the XSTS language with a choice-else branch.
The else branch on a choice would behave as a last resort default branch, that is only executed iff all other branches are di…
-
**Describe the bug**
With my SAS drives, some fields are not displaying the values that smartctl returns.
**Expected behavior**
Device Model should reflect the `device -> scsi_model_name` value…
-
On implementing the latest decision from #77, some issues emerged from how we had mapped Device, optionally to a Model, Series and Brand.
Namely, if a Device can refer directly to any of these obje…
-
Are text classifiaction huggingface models supported? I'm getting invalid graph when running this:
```python
import os
from transformers import TFBertForSequenceClassification
import keras2onnx
…
-
- [x] I have paid attention to this example and will edit again if need be to not break the formatting, or I will be ignored
- [x] I have searched existing [issues](https://github.com/LandSandBoat/…
-
A question more than an "issue", at least at this stage. It has arisen as I try to relate Apple's IMDF to CityGML.
As "a horizontal section of a building", I was expecting a Storey feature to be a …
-
I have written the following code for fitting a simple GP
```julia
using Mamba
## Model Specification
function kernel_with_noise(x,y,s2)
dist = exp((-(x-y)^2))
if x != y
dist
else
…