-
Possible add proxmox support?
-
### General information
* OS: Linux
* Hypervisor: KVM
* Did you run `crc setup` before starting it (Yes/No)? Yes
## CRC version
```bash
CodeReady Containers version: 1.23.1+be17b141…
-
I have hardened my sandbox (desktop, documents, deletion of floppy disks, CPU cores, RAM, HDD size...) and I still notice Pafish detects the sandbox (running on VMWare vSphere).
I have succeeded i…
-
Hello guys, need help here.
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
systemVM
##### CLOUDSTACK VERSION
4.18rc2
##### CONFIGURATION
virtual lab :
cat /etc/hosts on each
…
-
### Your current environment
```text
Collecting environment information...
PyTorch version: 2.3.1+cpu
Is debug build: False
CUDA used to build PyTorch: None
ROCM used to build PyTorch: N/A
OS…
-
### 🐛 Describe the bug
```py
t = torch.tensor([1,2,3,3,4,5,6,7,8], dtype=torch.float)
torch.histc(t, 5, 7, 7)
```
The output given by above code:
```sh
tensor([2., 2., 2., 1., 2.])
```
Acc…
-
### 🐛 Describe the bug
I'm trying to use the DCP API, but am finding that models that own nn.Parameters are failing when there is more than one device.
The following code will fail with
```raise…
-
### 🐛 Describe the bug
[float_power()](https://pytorch.org/docs/stable/generated/torch.float_power.html):
- A scalar(e.g. `3`, `4`, `5`, etc) with `input` argument doesn't work.
-
### 🐛 Describe the bug
[pow()](https://pytorch.org/docs/stable/generated/torch.pow.html):
- A scalar(e.g. `3`, `4`, `5`, etc) with `input` argument doesn't work.
-
I'm trying to dive deeper and understand the project. The diagram above "What is runsc?" shows a set of processes that gVisor starts but it doesn't show runsc. Does this start and then exit? Whe…