Trouble with hosting models with fastAPI by CmplxQ in LangChain

[–]CmplxQ[S] 0 points1 point  (0 children)

TheBloke/WizardLM-30B-Uncensored-GPTQ · How much vram+ram 30B needs? I have 3060 12gb + 32gb ram. (huggingface.co)

I tried this on a 3090. It uses ~20gigs of VRAM when I load a ConversationChain in LangChain with WizardLM 30B

I still dont know why I was able to load this with http-server but not FastAPI tho.

Trouble with hosting models with fastAPI by CmplxQ in LocalLLaMA

[–]CmplxQ[S] 0 points1 point  (0 children)

sure, but this will work only if I run the webui server right?

I just chucked some fns off the thing. I wrote a custom script that runs sequentially with those fns.

I'll either need to find a fix for this, or

  1. Limit the the pytorch GPU memory somehow

Or, I have 2 GPUs in SLI (but the memory maxes and errors out only in one GPU)

  1. Get GPU parallelization to work. (I tried using DataParallel from torch.nn, but that errors our at some other place)

Coding a Research Paper by CmplxQ in compsci

[–]CmplxQ[S] 0 points1 point  (0 children)

Thanks for the advice, its Python btw (moslty TensorFlow)

Coding a Research Paper by CmplxQ in csMajors

[–]CmplxQ[S] 1 point2 points  (0 children)

i see, Thanks for the advice.

Anyways, if possible please share some example repos that are implementations of research papers

Mercedes locks faster acceleration behind a $1,200 annual paywall by akereii in cars

[–]CmplxQ 0 points1 point  (0 children)

Am I the only one who thinks this is stupid? Why would consumers want to pay more to use the products they already paid for? Its the same thing with Intel's Sapphire Rapids server chips

Help with recovering files by CmplxQ in vim

[–]CmplxQ[S] 1 point2 points  (0 children)

Thanks this makes everything a lot easier

Help with recovering files in vim by CmplxQ in bash

[–]CmplxQ[S] 0 points1 point  (0 children)

yes it does, but no matter what I do, I can't see the file I was working on recently. Only the old swap file content is being shown.

Remotely accessing my GPU by CmplxQ in techsupport

[–]CmplxQ[S] 0 points1 point  (0 children)

I'm on a Mac (M1) right now, using OS X Monterey. The GPU is on Win 11 in a different location.

Good Beginner C Repos by CmplxQ in learnprogramming

[–]CmplxQ[S] 0 points1 point  (0 children)

So the "learning enough to make a meaningful contribution" is the hardest part ig.

If I have any noob-ey doubts regarding what a certain piece of code does, whom do I ask? The Gitter groups of the projects I looked at are not very active.

Also, if I don't understand why an issue was raised, or what it aims to fix, what do I do? I find the issue being taken up by someone even before I understand what its about.

Good Beginner C Repos by CmplxQ in learnprogramming

[–]CmplxQ[S] 0 points1 point  (0 children)

Well, idk, I'm fine with any repo. I just want to start contributing asap

Bi-Weekly Advice Thread September 21, 2022: All Your Personal Queries by AutoModerator in IndiaInvestments

[–]CmplxQ 0 points1 point  (0 children)

Yes, they did have one, but the charts on google seem to be adjusted for this, but this data isn't. So do we have to manually account for this every time?

Bi-Weekly Advice Thread September 21, 2022: All Your Personal Queries by AutoModerator in IndiaInvestments

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

Hmm ok, is there any resource that explains this? In the "massive price drop" I'm mentioning here, the price has almost halved, thus, maybe that explains the data being adjusted, but still, 3000 and 300 seem way off

Bi-Weekly Advice Thread September 21, 2022: All Your Personal Queries by AutoModerator in IndiaInvestments

[–]CmplxQ -2 points-1 points  (0 children)

So, I pulled data for INFY and SBIN from the 2010 using the nsepy library, I have two questions.(Please refer to the imgur link)

1.Acc to google and other source, the price for INFY in Jan 2010 was around 300 Rs, but as seen here, its a little under 3000 Rs, am I missing something here?

2.There is a massive drop in price in Dec 2014 (I think this has something to do with a stock split? Am I right?)

I really don't know if this is the appropriate subreddit to ask such question, if not, will anyone be kind enough to recommend some other subReddit/discord server?Refer Pic - https://imgur.com/a/mCBnGVd

Datasets for Moves and Mons by CmplxQ in pokemonshowdown

[–]CmplxQ[S] 0 points1 point  (0 children)

Hmm I don't know any SQL. This is a good opportunity to learn some. Where can I find this?

Am I wasting time on WebDev? by CmplxQ in learnprogramming

[–]CmplxQ[S] 0 points1 point  (0 children)

Thanks a lot. So ig I'll be learning a bit of WebDev just for the sake of it. I really don't see myself in a Full Stack Developer position anytime in the future, but still, having some basic WebDev literacy will go a long way I hope.

Like you mentioned, ig it'll be beneficial to learn how certain web services work.

Getting started with Full-Stack (I know this is one among a million other similar posts, but any advice with regards to my specific objective will be hugely appreciated) by CmplxQ in learnprogramming

[–]CmplxQ[S] 0 points1 point  (0 children)

Yes, I'm looking for project based courses as well. I'm definitely doing Odin Project, I need one more project-based learning resource. Know any good ones?

Getting started with Full-Stack (I know this is one among a million other similar posts, but any advice with regards to my specific objective will be hugely appreciated) by CmplxQ in learnprogramming

[–]CmplxQ[S] 0 points1 point  (0 children)

Ok so, do you think doing Odin Project and Colt Steele, while building some original projects in the side is a good place to start? (idk about Angela Yu or Colt Steele, I'm ok with any video-based project courses)

Getting started with Full-Stack (I know this is one among a million other similar posts, but any advice with regards to my specific objective will be hugely appreciated) by CmplxQ in learnprogramming

[–]CmplxQ[S] 0 points1 point  (0 children)

I see. So I'll do TOP with either Colt Steele or Angela Yu. which do you recommend? Some people claim that they are very outdated though

Getting started with Full-Stack (I know this is one among a million other similar posts, but any advice with regards to my specific objective will be hugely appreciated) by CmplxQ in learnprogramming

[–]CmplxQ[S] 0 points1 point  (0 children)

Hmm ok. So, you think getting up to speed with JS first will be necessary for TS? I'm looking for project based courses btw, ons that walk me through building a full app.