-
```
[INFO] ------------------------------------------------------------------------
[INFO] Building powermock
[INFO] task-segment: [clean, install]
[INFO] ------------------------------------------…
-
```
[INFO] ------------------------------------------------------------------------
[INFO] Building powermock
[INFO] task-segment: [clean, install]
[INFO] ------------------------------------------…
-
```
[INFO] ------------------------------------------------------------------------
[INFO] Building powermock
[INFO] task-segment: [clean, install]
[INFO] ------------------------------------------…
-
I know it's not your problem, this one is definitely mine BUT....
I can't get wx to install on an M2 mac so I can't install from source, so I can't try out your new clickLine function.
Installi…
-
### System Info
```
System:
OS: macOS 14.7
CPU: (8) arm64 Apple M2
Memory: 161.63 MB / 24.00 GB
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 20.17.0 - ~/.nodebrew/current/bin/nod…
-
Type: Bug
1. Created new database
2. Right clicked on new database and choose restore
3. Selected Restore from Backup file
4. Choose Backup file path (...) and system hangs, sometimes errors out, bu…
-
Hello,
I'm trying to compile the source code by running `mvn install` but I'm getting the errors. I have JDK 1.8 installed and `mvn -version ` result is
```
Apache Maven 3.9.4 (dfbb324ad4a7c8fb0…
-
### 🐛 Describe the bug
Run the following code below, change `device` to `cpu` or `mps` to see the difference:
```python
import torch
import timeit
device = "cpu" # cpu vs mps
gru = torch.…
-
as title
-
## Description
```
import ai.djl.Device;
import ai.djl.MalformedModelException;
import ai.djl.Model;
import ai.djl.engine.Engine;
import ai.djl.inference.Predictor;
import ai.djl.ndarray.NDAr…