import torch import transformers print(f"PyTorch version: {torch.__version__}") print(f"Transformers version: {transformers.__version__}")