-
Hi, I am running some xpu workload and found that different compute runtime will lead to different xpu memory usage.
When using version https://github.com/intel/compute-runtime/releases/tag/23.17.2…
gc-fu updated
3 months ago
-
Type: Bug
Debugging is completely broken. I get two, maybe three step overs before the debugger detaches from the app (or whatever it's doing) and the app stops responding.
I've reported this befo…
-
kubectl get pods -A -> Check all containers that are running
## Create a deployment file with this name and this content:
`deployment.yaml`
```
apiVersion: apps/v1
kind: Deployment
metadat…
-
If doing this:
```yaml
apiVersion: score.dev/v1b1
metadata:
name: my-sample-workload
containers:
my-sample-container:
image: .
variables:
ENV_VAR: ${resources.env.my-env-var…
-
Please describe your use case how you'd like to use containers from macOS.
-
## 🆕🐥 First Timers Only
This issue is reserved for people who have never contributed to [Hedera](https://hedera.com) or any open source project in general.
We know that creating a pull request (PR…
-
Looking at the [devcontainer spec](https://containers.dev/implementors/json_reference/#lifecycle-scripts), the `initializeCommand` is supposed to run when the dev container is _created_:
> A comman…
-
### Command
Ollama run llama3.1
Ollama run gemma2:2b
### Return
Return an error code because the model requires a newer ollama version
¿Could you please update Ollama to the latest version t…
-
**Describe the bug**
Briefly describe the problem you are having.
**Steps to reproduce**
Follow: https://code.visualstudio.com/docs/devcontainers/tutorial
However after installing Dev Contain…
-
When I set a SEP in VS Code and then call the program from a green screen, all works OK - VS Code debug kicks in, shows the source and I can step through the program. So that confirms my setup is work…