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 Everyone. Not Quite Sure How To Describe My Situation. Im Doing A Bsc In Ai And Ml In Switzerland. Work Wise We Are Something Like A Msp That Provides Remote Desktop Services (Rds) To Small Customers. My Boss Just Bought 5X Rtx 6000 Pro And Tasked Me T

Hi everyone. Not quite sure how to describe my situation. Im doing a bsc in AI and ML in switzerland. Work wise we are something like a MSP that provides remote desktop services (RDS) to small customers. My boss just bought 5x RTX 6000 Pro and tasked me to set up ClearML. Is there any way to actually use this for our business.

My boss says we need to train our own AI to solve for example e-Mail support tickets. No matter how I tell him he doesnt care. We have no usable data for finetuning because our support agents do not write any useful information in their tickets. Our docs are decent but finetuning an existing AI model with it seems counterproductive compared to just giving an agent access to it.

Our boss is paranoid and worships/likens himself to elon musk if that helps paint a picture

  
  
Posted one month ago
Votes Newest

Answers 6


You can use single PC and have multi agent running in the same time, each assigned one or multi GPU.
You likely to hit CPU bottleneck, depending on how much augmentation you are applying when training ....

  
  
Posted one month ago

ah he only got 4x actually, 8k CHF/ea swiss supplier alltron. They havent arrived yet.

I do plan to use this for my studies most likely.

Pay is good for what I do.

  
  
Posted one month ago

Nice one. How is he funding this?

Best way imo is to set-up ClearML Server on a cloud machine (or go for paid, hosted, Enterprise version) and use the machines with RTX6000 as ClearML agents that will run pipelines (once you set them up - isn't a simple job for serious things, dockerized workflows etc.). Make sure the pay is good, prepare a strategy and plan for this and you can at least get some insanely valuable experience in this interesting-boss-job.

  
  
Posted one month ago

Might be a bit redundant but maybe running proxmox and then all the clearml stuff inside of vms. mainly so we can also try out different things and just split off a gpu for something else

  
  
Posted one month ago

PS: Do you know what was the price for each RTX and where he got them from?

  
  
Posted one month ago

its going to be one single machine actually.

  
  
Posted one month ago
243 Views
6 Answers
one month ago
one month ago
Tags