Skip to content

Instantly share code, notes, and snippets.

View Jeevesh8's full-sized avatar
🚀
Breathing. Thinking. Reflecting.

Jeevesh Juneja Jeevesh8

🚀
Breathing. Thinking. Reflecting.
View GitHub Profile
import collections
from datetime import datetime, timedelta
import os
import requests
import threading
_VersionConfig = collections.namedtuple('_VersionConfig', 'wheels,server')
VERSION = "torch_xla==nightly" #@param ["xrt==1.15.0", "torch_xla==nightly"]
CONFIG = {
'xrt==1.15.0': _VersionConfig('1.15', '1.15.0'),