mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-27 13:02:12 +00:00
(fix): HOPPER_SM_MAJOR is 9 not 8
This commit is contained in:
parent
213acc6e34
commit
544c9d9dba
@ -14,7 +14,7 @@
|
|||||||
namespace huggingface::hardware::cuda {
|
namespace huggingface::hardware::cuda {
|
||||||
|
|
||||||
#define AMPERE_SM_MAJOR 8
|
#define AMPERE_SM_MAJOR 8
|
||||||
#define HOPPER_SM_MAJOR 8
|
#define HOPPER_SM_MAJOR 9
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Store information about the version of the CUDA Compute Capabilities detected on the device
|
* Store information about the version of the CUDA Compute Capabilities detected on the device
|
||||||
|
Loading…
Reference in New Issue
Block a user