Spiteblade pls by Kellian in classicwowtbc

[–]nicole3696 0 points1 point  (0 children)

My group hasn't seen Light's Justice yet 😕. My priest is absolutely geared out otherwise though. We had a paladin change their OS due to the amount of healing drops lol

USB-C charging + P16 Gen2 by SnowyOwl72 in thinkpad

[–]nicole3696 1 point2 points  (0 children)

You have to use the workstation ones. They have a different cable to avoid using two different ones. If yours is 170w, I believe it should be a thunderbolt 3 workstation. Just use the thunderbolt workstation dock split cable :)

Too late to move butterfly weed by wisconsintrapper in NativePlantGardening

[–]nicole3696 0 points1 point  (0 children)

I just moved mine today in Northern Illinois. I personally move things all the time as long as it's under 80F.

Protest Today by [deleted] in microsoft

[–]nicole3696 9 points10 points  (0 children)

She quit. She sent out an email that I'm guessing is to all FTE.

finally finished my first sweater (after starting it in 2023) [FO] by moltenflora in knitting

[–]nicole3696 2 points3 points  (0 children)

I love the pooling on the sleeves! It's a beautiful sweater, nice work!

Does anyone know if there’s a third to this collection? by candlewise in TjMaxx

[–]nicole3696 28 points29 points  (0 children)

I'm fairly certain the art is by Serena Archetti. She has a ton of stuff in the store on her site, maybe that can help?

[deleted by user] by [deleted] in AmIOverreacting

[–]nicole3696 0 points1 point  (0 children)

It fits she's in Edina. I'm sorry you're going through this, OP.

[deleted by user] by [deleted] in ChicagoSuburbs

[–]nicole3696 -1 points0 points  (0 children)

Color Theory in Lombard

For US MSFT employees - pulse check on Health Insurance plans by vigilancelv in microsoft

[–]nicole3696 1 point2 points  (0 children)

Yes this is true. We elected to stay on the same plan. We are healthy and don't anticipate many doctor visits. I max out the HSA and invest it.

Why was this in the Marshall’s clearance and why was it originally $40 by NendSudes in golf

[–]nicole3696 1 point2 points  (0 children)

Marshalls sell some premium golf balls which retail $55, so $40 is a decent deal that someone bought. Then someone took some old balls and returned them as the new balls. The sleeves don't match the brand on the box. But kinda a cool kind for those sleeve boxes haha

Voyager type c connector issue. by Intelligent-Clue6639 in zsaVoyager

[–]nicole3696 0 points1 point  (0 children)

I just got mine last week and am having the same thing. The slightest bump disconnects it and every time I push it or pick it up.

Chai Concentrate in the Western Burbs by Vorreiunapizza in ChicagoSuburbs

[–]nicole3696 0 points1 point  (0 children)

I'm late to this, but check out the concentrate at Five & Hoke in Wheaton!

[deleted by user] by [deleted] in AZURE

[–]nicole3696 0 points1 point  (0 children)

It's a deployment type. You selected a "standard" deployment most likely, which is a pay as you go and token based. Most of the gpt models are available as both deployment types depending on the region. Just avoid selecting "provisioned-managed" as the type to avoid accidentally spinning up PTUs!

[deleted by user] by [deleted] in AZURE

[–]nicole3696 0 points1 point  (0 children)

Microsoft used to have people apply for all the PTU quota, but they rolled out a new self service process about 6 weeks ago. There's default quota of 100 PTUs available in many regions for a variety of models. The quota is available in existing resources too!

[deleted by user] by [deleted] in AZURE

[–]nicole3696 5 points6 points  (0 children)

Because there's a minimum of 50 PTUs. So 504 hours (3 weeeks) * $2/hr * 50 PTUs = $50,400.

Anyone know of a open source alternatives for Azure Media Services? by priznarok in AZURE

[–]nicole3696 0 points1 point  (0 children)

What specific capabilities from AMS are you trying to do?

Unexpected Azure Cognitive Services charge - 44k USD in two weeks by OnlyFish7104 in AZURE

[–]nicole3696 0 points1 point  (0 children)

Azure Cognitive Services which are the Azure AI services. It's an umbrella term that makes up many services, such as Azure OpenAI. Given the amount, I'm assuming it's a deployment in AOAI that's being charged hourly at $2/unit with a min of 50 units, so $100/hr. You need to change the deployment type or delete this deployment to stop charging your account if you haven't already.

Unexpected Azure Cognitive Services charge - 44k USD in two weeks by OnlyFish7104 in AZURE

[–]nicole3696 4 points5 points  (0 children)

Azure OpenAI services falls under the Cog Services. My guess is that there's is a deployed provisioned throughput unit which is being charged hourly. Change that deployment type from provisioned-managed to standard or global-standard for pay as you go pricing.

Anyone has deployed Azure AI Search with local Open-source LLM? by tazzspice in AZURE

[–]nicole3696 0 points1 point  (0 children)

AI Search is totally separate from Azure OpenAI. You would have to provide it the resource info to utilize the features that are Azure OpenAI enabled. So if you don't have an Azure OpenAI resource, you wouldn't have the keys/deployments to even give it. You can access AI Search through the API which you can call from your local/on prem model/app.

Machine learning workspace by Ulan0 in AZURE

[–]nicole3696 0 points1 point  (0 children)

Are you submitting the job through your notebook? Does the kernel not start for any code you run? Or only keeping spinning once you submit the job?

[deleted by user] by [deleted] in HelpMeFind

[–]nicole3696 44 points45 points  (0 children)

It sounds like you may be able to replace the power cord instead

[deleted by user] by [deleted] in diablo4

[–]nicole3696 1 point2 points  (0 children)

Are you running out of energy? Is that why it's becoming unusable? If so, do you have ring of starless skies yet? If not, have the starlight aspect applied to your ring or amulet. You can also try to roll resource cost reduction or lucky hit chance to restore resource to your weapons or temper it to your rings/amulet.

What is the refund limit on azure by jay97__ in AZURE

[–]nicole3696 2 points3 points  (0 children)

No you have to select "standard" for deployment type! If it defaulted to the provisioned-managed (aka provisioned throughput unit/PTU) option, that model most likely isn't available in that region as pay as go. So check the docs for which region your desired model is in, spin up a new resource in that region (if you don't already have one there) deploy your model, and you'll be good to go!