spec1.json 331 B

123456789101112131415161718192021222324252627
  1. {
  2. "version": {
  3. "major": 1,
  4. "minor": 0
  5. },
  6. "local": [
  7. {
  8. "gpus": [
  9. {
  10. "id": "2",
  11. "slots": 4
  12. },
  13. {
  14. "id": "e"
  15. }
  16. ],
  17. ".reserved": [
  18. {
  19. "id": "a",
  20. "slots": 3
  21. }
  22. ],
  23. "threads": [
  24. ]
  25. }
  26. ]
  27. }