Skip to content

DS3Lab/planetml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doc

Update Status

import requests
res = requests.post('https://planetd.shift.ml/site_stats', json={
  "site_identifier": "stanford.edu", # ethz.ch; osg-htc.org
  "total_perfs": 0,
  "num_gpu": 0,
  "num_cpu": 0,
  "note": "string"
})