mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-18 05:21:21 +00:00
fix linting error
This commit is contained in:
parent
7185fdc990
commit
ccea1e9147
@ -1,6 +1,6 @@
|
|||||||
import ctypes
|
import ctypes
|
||||||
|
|
||||||
def is_libcublas_available():
|
def is_libcublas_available() -> bool:
|
||||||
try:
|
try:
|
||||||
ctypes.CDLL("libcublas.so")
|
ctypes.CDLL("libcublas.so")
|
||||||
return True
|
return True
|
||||||
|
Loading…
Reference in New Issue
Block a user