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! Since Today I Get

Hello!
Since today I get AssertionError: Torch not compiled with CUDA enabled for PyTorch 1.8.
Tasks that I submitted yesterday to the queue are also not working, even though they ran yesterday. PyTorch 1.7 based tasks work fine. Any idea what I could have done wrong?

  
  
Posted 3 years ago
Votes Newest

Answers 161


You suggested this fix earlier, but I am not sure why it didnt work then.

  
  
Posted 3 years ago

Can you ping me when it is updated in None so I can update my installation?

  
  
Posted 3 years ago

And the one with the CPU version? is it with "~=" or "="?

  
  
Posted 3 years ago

Thanks! Tomorrow is great, I'll put the wheel here 🙂

  
  
Posted 3 years ago

Give me a minute

  
  
Posted 3 years ago

This is the venc

  
  
Posted 3 years ago

Sorry, env file for conda, the one you are using to install

  
  
Posted 3 years ago

The ordering of the channels seems to matter!

  
  
Posted 3 years ago

Interesting: This command failes (with an error similar to the one I posted above) in conda version 4.7.12 but runs just fine in version 4.9.2: conda create --name test-pytorch python=3.8 cudatoolkit=11.1 -c conda-forge

  
  
Posted 3 years ago

conda env update -p .clearml/venvs-builds/3.8 ./environment.yml

with environment.yml

name: clearml
channels:
  - pytorch
  - anaconda
  - conda-forge
  - defaults
dependencies:
  - pytorch==1.8.0
  
  
Posted 3 years ago

Maybe the ~= is breaking the conda "magic" version resolver

  
  
Posted 3 years ago
18K Views
161 Answers
3 years ago
7 months ago
Tags