-
When I initialize my TFT trainer to use multiple GPUs
```
# Configure network and trainer
pl.seed_everything(407)
trainer = pl.Trainer(
gpus = [0],
gradient_clip_val = 0.1 # hyperparam …
-
### Describe the bug
We are using this driver together with MySQL driver to connect to an AWS Aurora MySQL 8.0 cluster using default plugins with an internal HikariCP connection pool. We have the …
-
**Description**
Antrea only monitors Controller/Agent status at the moment, and Controller/Agent's status doesn’t means East-West connectivity is good, and metrics provieded by Antrea also does not r…
-
# Issue Metrics
| Metric | Average | Median | 90th percentile |
| --- | --- | --- | ---: |
| Time to first response | 21:29:01 | 0:17:40 | 2 days, 5:17:40 |
| Time to close | 1 day, 23:59:33 | 7:42:2…
-
# Issue Transfer
This issue has been transferred from the Azure SDK for .NET repository, [#44620](https://github.com/Azure/azure-sdk-for-net/issues/44620).
### Please be aware that @sanjaydebnat…
-
### Component
None
### Task description
### Description
Our quickstarts/maven/quarkus is using a slightly old version of Quarkus. It should be updated to the latest version (`3.8.2` at the time …
-
Hi,
I'm running nf-LO between hg38 and pantro6 using the minimap2 preset. The docker container used was built as suggested in the docs. I'm running this on a SLURM cluster launched via a login nod…
-
### The bug
First, I'm sorry because I don't really understand what "Unassigned faces" is all about. I couldn't find anything in the documentation, but I just realized it is related to the following …
-
When I try to run chewbbaca createschema, I get the following error:
```
$ chewBBACA.py CreateSchema -i enterobacter-assembly-copies/ -o ./ecloacae-schema --n ecloacae-wgmlst-schema --ptf GCF_0018…
-
I'm using Smallrye-Kafka in my Quarkus application for connecting to kafka. Until now the requirement was "having a single bootstrap-server which is valid for all channels". The configuration and even…