UDC-GAC / venom

A Vectorized N:M Format for Unleashing the Power of Sparse Tensor Cores
Apache License 2.0
31 stars 5 forks source link

Small typo in Docker GPU flag #3

Open Crazall opened 7 months ago

Crazall commented 7 months ago

Hi there!

Just spotted a small typo in the Docker run command in the README. The GPU flag should be --gpus but it's written with an en dash –-gpus. This might cause some confusion.

Here's the correct command:

docker run -it --gpus all venom_container

Cheers!