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
Does Anyone Know How To Resolve Symbol Cublasltgetstatusstring Version Libcublaslt.So.11 Not Defined In File Libcublaslt.So.11 With Link Time Reference

Does anyone know how to resolve
symbol cublasLtGetStatusString version libcublasLt.so.11 not defined in file libcublasLt.so.11 with link time reference

  
  
Posted 7 months ago
Votes Newest

Answers 8


Hi @<1610083503607648256:profile|DiminutiveToad80>
This sounds like the wrong container ? I think we need some more context here

  
  
Posted 7 months ago

Sen the full Task log, you can DM it if it is easier

  
  
Posted 7 months ago

I am not able to see cu117 there

  
  
Posted 7 months ago

I think I got it resolved

  
  
Posted 7 months ago

thanks for the help though!!

  
  
Posted 7 months ago

So I am running a pipeline on a GCP VM, my VM has 1 NVIDIA GPU, and my requirements.txt has torch==1.13.1+cu117
torchvision==0.14.1+cu117

When I am running the Yolo training step I am getting the above error.

  
  
Posted 7 months ago

When the package installation is done in the task
image

  
  
Posted 7 months ago

This points to the wrong cu117 / driver - could that be?

  
  
Posted 7 months ago
506 Views
8 Answers
7 months ago
7 months ago
Tags