Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hello Everyone! I Ran A Test Experiment And Got An Error. I'M Running On An M1 Mac. Worker Local Without Gpu. Has Anyone Already Solved This Problem?

Hello everyone!
I ran a test experiment and got an error. I'm running on an M1 mac. Worker local without GPU. Has anyone already solved this problem?
ERROR: torch-1.13.1-cp38-none-macosx_11_0_arm64.whl is not a supported wheel on this platform.

  
  
Posted one year ago
Votes Newest

Answers 6


Hi MammothParrot39 , what command do you run the agent with?

  
  
Posted one year ago

We used to have "<=20" as the default pip version in the agent. Looks like this default value still exists on your machine. But that version of pip doesn't know how to install your version of pytorch...

  
  
Posted one year ago

CostlyOstrich36 Thanks for answer!
I use
clearml-agent daemon --queue default --cpu-only

  
  
Posted one year ago

SmugDolphin23 It's work) Thank you so much)
Can you explain this type of Error?

  
  
Posted one year ago

Why does it match with gpu 0 when I only have cpu?

  
  
Posted one year ago
782 Views
6 Answers
one year ago
one year ago
Tags