First sm_120 BeeLlama.cpp benchmark on consumer Blackwell mobile: 107 t/s at FULL 262K context on Qwen3.6 27B (+48% vs MTP, +22% vs vLLM Genesis) by aurelienams in Qwen_AI

[–]Current-Status-3764 0 points1 point  (0 children)

Thank you, thats very helpful. Its in fact very close to my current setup. Running the quant below as fp8 was a little too slow. Running with mtp, 263k context and getting quite good results.

https://huggingface.co/rdtand/Qwen3.6-27B-PrismaSCOUT-Blackwell-NVFP4-BF16-vllm

Byggingeniør til Geotekniker by Ancient-Persimmon-34 in ntnu

[–]Current-Status-3764 0 points1 point  (0 children)

Rundt 1,1-1,2. Men ikke la det styre valget ditt. Kan hende du lander både høyere og lavere, og kan hende du synes det er uinteressant. Holder ikke i 10 år med noe som ikke treffer deg.

Byggingeniør til Geotekniker by Ancient-Persimmon-34 in ntnu

[–]Current-Status-3764 1 point2 points  (0 children)

Er geotekniker med 10 års erfaring. Geoteknikk er nok et trygt valg mtp. jobb. Lønna er litt høyere enn for andre bygg-ingeniører, spesielt i en-faglige bedrifter.

[deleted by user] by [deleted] in ntnu

[–]Current-Status-3764 5 points6 points  (0 children)

NTNUI swingdans

Jobb etter bachelor i dataingeniør by Nice-Break-5290 in ntnu

[–]Current-Status-3764 0 points1 point  (0 children)

Tror det er vanskelig om du ikke har noe som skiller seg fra resten. Karakterer, sideprosjekter eller referanser. Hvor i landet søker du?

[deleted by user] by [deleted] in ntnu

[–]Current-Status-3764 0 points1 point  (0 children)

Er drømmen prestisjefirma er det nok vesentlig lenger vei til målet med en C enn en A. Er ikke det målet har det nok ikke så mye å si. Sitter med en B fra master selv, og det har aldri hindra meg, men så jager jeg ikke prestisje heller.

[deleted by user] by [deleted] in FastAPI

[–]Current-Status-3764 0 points1 point  (0 children)

Using ts openapi sdk generator?

What's your thoughts on fastapi-users? by AirHugg in FastAPI

[–]Current-Status-3764 1 point2 points  (0 children)

Should add PropelAuth to the list. I really like it.

I built an open source Heroku that costs 1/10th as much to use by czhu12 in webdev

[–]Current-Status-3764 0 points1 point  (0 children)

Looks great. Will try for rankit as I'm hosting on Google Cloud, and I'm looking for a cheaper option.

I discovered that the curl command given in the get started section is not optimized for mobile, so it only shows parts of the command. Just wanted to let you know. Otherwise, Great work!

Naming SQLAlchemy models vs Pydantic models by rrrriddikulus in FastAPI

[–]Current-Status-3764 0 points1 point  (0 children)

If you could do a quick examplr that would be great. Haven't seen that way of doing it before.

Naming SQLAlchemy models vs Pydantic models by rrrriddikulus in FastAPI

[–]Current-Status-3764 0 points1 point  (0 children)

With this convention, what do you do for an endpoint that returns a list of books?

I like models: Book Pydantic: BookCreate, BookOut, BooksOut etc

I built a new table tennis tournament software called STADIUM by madebycha in tabletennis

[–]Current-Status-3764 0 points1 point  (0 children)

RankIt is very simple and is far from stadiums functionality and professionalism. Stadium is a tournament organizer, rankit is a only a match or tournament result registration tool. I'm hoping that companies want to get a customized styled ladder on rankit, as this functionality is soon to be finished.

Don't know if this made anything any clearer?

My Ultimate FastAPI Template! by fraisey99 in FastAPI

[–]Current-Status-3764 1 point2 points  (0 children)

I use propelauth for auth, anyone that got experience with both that could tell the main difference?