mirror of
https://github.com/explosion/spaCy.git
synced 2025-03-03 02:48:04 +03:00
Remove misleading comment on util.get_cuda_stream()
This commit is contained in:
parent
273e96b63f
commit
a7bf38bf31
|
@ -236,8 +236,6 @@ def is_in_jupyter():
|
|||
|
||||
|
||||
def get_cuda_stream(require=False):
|
||||
# TODO: Error and tell to install chainer if not found
|
||||
# Requires GPU
|
||||
return CudaStream() if CudaStream is not None else None
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user