mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-24 12:01:54 +00:00
black formatting
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import ctypes
|
||||
|
||||
|
||||
def is_libcublas_available() -> bool:
|
||||
try:
|
||||
ctypes.CDLL("libcublas.so")
|
||||
return True
|
||||
except OSError:
|
||||
return False
|
||||
return False
|
||||
|
Reference in New Issue
Block a user