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 7 months ago
Votes Newest

Answers 3


Hi @<1523701205467926528:profile|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 7 months ago

Hi @<1603198134261911552:profile|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 7 months ago

Also @<1619867994005966848:profile|HungryTurtle13> 👆

  
  
Posted 7 months ago
468 Views
3 Answers
7 months ago
7 months ago
Tags