mirror of
https://github.com/keylase/nvidia-patch.git
synced 2024-12-22 21:03:35 +00:00
ndl: track tesla drivers as well
This commit is contained in:
parent
bad6286fd5
commit
2c38eca752
@ -56,6 +56,7 @@ class Product(enum.Enum):
|
||||
GeForceMobile = (111, 890)
|
||||
Quadro = (73, 844)
|
||||
QuadroMobile = (74, 875)
|
||||
Tesla = (110, 883)
|
||||
|
||||
def __str__(self):
|
||||
return self.name
|
||||
@ -91,6 +92,7 @@ class DriverLanguage(enum.Enum):
|
||||
class CUDAToolkitVersion(enum.Enum):
|
||||
Nothing = 0
|
||||
v10_0 = 20
|
||||
v10_1 = 21
|
||||
|
||||
def __str__(self):
|
||||
return self.name
|
||||
|
@ -225,6 +225,15 @@
|
||||
"certlevel": "Certified"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "nvidia_downloads",
|
||||
"name": "downloads linux tesla all",
|
||||
"params": {
|
||||
"os": "Linux_64",
|
||||
"product": "Tesla",
|
||||
"certlevel": "All"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "cuda_downloads",
|
||||
"name": "cuda toolkit tracker",
|
||||
|
Loading…
Reference in New Issue
Block a user