-
## Intro
Modern applications are distributed systems composed of numerous services that handle high volumes of requests to the application. Oftentimes, multiple services are involved in handling a …
-
I've been measuring performance of my Uring across the application and found out unexpected results:
1) io_uring affinity set to 4 cores. application only uses uring for writes. the load is distrib…
-
Work in progress - please contribute. See ipfs/apps#40.
-
### Summary
Is there a plan to add SSL/TLS support for database connections in Shlink? SSL has already been implemented for other connections like Redis and RabbitMQ.
### Use case
- **Improved secu…
-
Hi, when I try to run the `pippy_llama.py` in this repo, it show that there is a bug:
```
root@6e61f182b97b:/zt/code/my_dev# torchrun --nproc-per-node 4 pippy_llama.py
W1027 12:28:26.326000 2518…
-
I’m experiencing an issue. I’ve set up the environment and configured the dataset correctly, but when I run the code, this error appears. How can I resolve it
```
root@2700da6f9136:/style/Co-D…
-
Even though CoBang cannot be built with standard Python tools at present, it installs files in standard Python locations. As such it would be good to reserve the name on PyPI, even if CoBang is not d…
-
torch 2.4.0
flux1-dev-fp8-e4m3fn.safetensors
t5xxl_fp8_e4m3fn.safetensors
Settings:
--fp8_base
--split_mode
Error:
[rank0]: RuntimeError: "cat_cuda" not implemented for 'Float8_e4m3fn'
P…
-
http://www.codeigniter.com/user_guide/libraries/loader.html#application-packages
-
### 🐛 Describe the bug
I met an error when I use torchrun for 4 GPUs training and 'nccl' backend (It runs perfect when I use 'gloo'). The environment is python3.9+pytorch2.3.0+cuda12.1.We tried to us…