Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
ryefoxlime
/
TADBot
like
0
Text Generation
Transformers
Safetensors
nbertagnolli/counsel-chat
English
therapy
chat-bot
Inference Endpoints
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
54cac64
TADBot
/
cuda_test.py
ryefoxlime
updated readme and required libs
dca99f4
11 days ago
raw
Copy download link
history
blame
Safe
144 Bytes
def
main
():
import
torch
print
(torch.cuda.is_available())
print
(torch.cuda.get_device_name())
if
__name__ ==
'__main__'
:
main()