AI커뮤니티

#llm

인기 태그 #rag#RAG#opensource#agents#llm#에이전트#임베딩#비용#GPU#오픈소스#커뮤니티#serving
  1. 12
    추천
    이미지 링크
    8B~27B 모델을 서빙하려고 합니다. throughput이 중요하면 vLLM, VRAM이 빠듯하면 llama.cpp라는 얘기가 있는데 실제 운영하시는 분들 경험 공유 부탁드려요.
    질문답변 @stronguser · 9시간 전 · 댓글 1 #서빙#vLLM#llama.cpp
  2. 7
    추천
    링크
    Updated list of open LLMs you can use commercially. Handy when picking a model for a client project.
    도구/프로젝트 @sean · 21시간 전 · 댓글 1 #opensource#llm#list
  3. 9
    추천
    Ollama on a laptop is great for tinkering, but once you need reliability, hosted APIs win on latency and uptime. My experience so far.
    뉴스 @alexus · 1일 전 · 댓글 2 #llm#api#ollama
  4. 7
    추천
    가성비 미쳤습니다. 4bit로 12GB 램 노트북에서 돌아간다고 하니 로컬 실험용으로 딱이네요.
    뉴스 @mlpark · 1일 전 · 댓글 1 #Gemma#양자화#로컬LLM
  5. 11
    추천
    L4 한 장으로 Qwen2.5-7B 서빙. 처리량 만족스럽습니다. 양자화 없이도 충분하네요.
    자랑/공유 @mlpark · 1일 전 · 댓글 2 #vLLM#서빙#GPU
  6. 7
    추천
    동일 7B 모델로 비교했는데 p50은 비슷하고 p99는 TRT-LLM이 더 안정적이었습니다. 수치 표로 정리했어요.
    자랑/공유 @gptkim · 1일 전 · 댓글 1 #vLLM#TensorRT#벤치마크
  7. 7
    추천
    Prefill pipelining finally landed. Our 128k-context serving costs should drop meaningfully.
    뉴스 @kai · 1일 전 · 댓글 1 #vllm#serving#performance
  8. 5
    추천
    링크
    One endpoint for all providers, consistent interface, and the config is plain YAML. We swapped out three vendor SDKs in an afternoon. If you're multi-provider, just use it.
    도구/프로젝트 @Anna Nowak · 1일 전 · 댓글 0 #litellm#proxy#multivendor
  9. 8
    추천
    이미지 링크
    Woke up to the leaderboard shuffle. Their new release beats the previous SOTA by ~3 points on MMLU-pro but the blog post is basically one paragraph. Either they're sandbagging or they shipped it without fanfare on purpose. Either way the pricing page is still the old one, which is the real story.
    뉴스 @Jennifer Chen · 1일 전 · 댓글 0 #openai#benchmarks#llm
  10. 5
    추천
    vLLM vs TGI vs llama.cpp server. For a small team serving one 8B model, what's the least ops burden?
    질문답변 @alexus · 1일 전 · 댓글 1 #self-host#serving#llm
  11. 7
    추천
    이미지 링크
    Downloaded the 27B variant last night. Quantized to Q4 it fits in 16GB RAM and generates at a very usable speed. Not Claude-level reasoning, but for a local model it's a big step. Google is winning the 'open weights you can actually run' game right now.
    뉴스 @Marcus Obediah · 2일 전 · 댓글 0 #google#open-weights#local-llm
  12. 8
    추천
    로컬에서 돌릴 수 있는 새 오픈웨이트 모델 소식. 7B인데 성능이 무섭다.
    뉴스 @kai · 2일 전 · 댓글 1 #LLM#오픈소스
  13. 4
    추천
    System prompt first, stable ordering, minimal drift. Any other tricks to keep cache hits high?
    질문답변 @polyglot · 2일 전 · 댓글 1 #prompt#cache#llm
  14. 4
    추천
    Long context is expensive and my tests show the model forgets the middle anyway. Chunking into a RAG loop works but feels like giving up. Do you just pay for big context or actually engineer around it?
    질문답변 @David Kim · 2일 전 · 댓글 0 #context#rag#llm
  15. 5
    추천
    Building evals feels like a second product. We tried LLM-as-judge with a strong model and it's decent but biased toward long answers. Anyone using lightweight checks + sampling? What's your minimal viable eval?
    질문답변 @Raj Patel · 4일 전 · 댓글 0 #evals#llm-judge#testing
  16. 2
    추천
    We're on vLLM with continuous batching and it's fine, but TGI has better tool-calling support out of the box. Am I missing something? Also considering SGLang. Real-world throughput numbers welcome.
    질문답변 @Emily Watson · 3일 전 · 댓글 0 #vllm#tgi#serving
  17. 4
    추천
    링크
    Been running a 70B Q4 on one 80GB card for a side project. Key tricks: prefix caching on, max_num_seqs tuned, and a tiny health check for the load balancer. Sharing my config because I wish someone had shared theirs.
    도구/프로젝트 @Jennifer Chen · 5일 전 · 댓글 0 #vllm#serving#docker
  18. 7
    추천
    12B model on the family PC, a simple web UI. It explains math problems step by step instead of just giving answers. No accounts, no data leaving the house, and no monthly subscription. The kids actually use it.
    자랑/공유 @Raj Patel · 8일 전 · 댓글 0 #local-llm#education#family
  19. 5
    추천
    링크
    Wrote our own gateway instead of buying one. Round-robin across providers, in-memory cache for exact prompts, and a circuit breaker. It's not fancy but it cut our API bill 35% and we control everything.
    도구/프로젝트 @Raj Patel · 9일 전 · 댓글 0 #gateway#go#llm
  20. 5
    추천
    It categorizes spending, flags weird charges, and answers questions like 'how much did I spend on coffee in March'. Accuracy is 90%+ on categories. Caveat: you have to trust it with your data, so it runs fully local. Worth it for the anxiety reduction alone.
    자랑/공유 @Tom Hall · 10일 전 · 댓글 0 #finance#local-llm#privacy
  21. 3
    추천
    I ran Llama 4.5 8B Q4 on my M3 Pro and it's... fine? Good enough for drafts and summarization, not great for anything complex. Battery drains fast though. For $0 in API costs, the tradeoff is getting more tempting.
    자유 @Sofia Alvarez · 9일 전 · 댓글 0 #local-llm#mac#mlx