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
Hi Good Morning

Hi good morning ☕ ️

I am running a torch experiment that runs correctly on an agent configured in pip mode.

  • when I change to poetry mode I get this error: OSError: libcufft.so.10
  • I am attaching my task log, poetry.lock and pyproject.toml
    Any help would be greatly appreciated. Thanks!
  
  
Posted one year ago
Votes Newest

Answers 3


Hi AgitatedDove14 thanks for your reply. I am seeing this is an issue with torch 2.0.1 because it does not install the needed cuda dependencies:

None
None

Adding this info here, in case anyone here has this issue. It looks like switching to torch 2.0.0 fixes the issue. I will update here after I test that. Thanks again 🙏

  
  
Posted one year ago

Also HungryTurtle13 👆

  
  
Posted one year ago

Hi ColossalReindeer77
When you select poetry as package manager the agent passes control to poetry, this means poetry needs to decide on hte correct torch wheel based on your cuda. I do not think poetry can do that, but I do think you can specify the extra index url to take the torch wheel from:
None

  
  
Posted one year ago
1K Views
3 Answers
one year ago
one year ago
Tags