카페검색 본문
카페글 본문
-
vLLM, llmcompressor 2026.07.07해당카페글 미리보기
Transformer Quantization)는 2차 근사 오차 보정을 쓴다. 이를 선택한 이유는 AutoAWQ를 먼저 진행했었는데 공식적으로 deprecated 되어 있었고, GPTQ가 vLLM과 제일 안정적으로 호환되기 때문에 선택했다. 핵심 아이디어로는 가중치의 행렬 하나씩 순서...
-
게시판에러(Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /host/home4/redsaha/html/gnuboard4/bbs/view 2017.04.17해당카페글 미리보기
메시지) Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /host/home4/redsaha/html/gnuboard4/bbs/view.php on line 127 view.php //$view[rich_content] = preg_replace("/{img\:([0-9...
-
후라이님 CC_DEPRECATED_ATTRIBUTE 대해서 설명좀 부탁드릴게요. 2014.02.05해당카페글 미리보기
TouchDispatcher::sharedDispatcher()->addTargetedDelegate(this,INT_MIN+1,true); } @since v0.8.0 */ CC_DEPRECATED_ATTRIBUTE virtual void registerWithTouchDispatcher() final {}; 이렇게 나와있지 뭡니까..분명 구글링에선...
-
Re: 오늘의 마지막 문제1. @datafile 에서 data file의 위치를 확인하고 그리고 shutdown.... 2025.09.23해당카페글 미리보기
1982, 2019, Oracle. All rights reserved. Connected to an idle instance. SYS@orcl19> startup ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance ORACLE instance started. Total System Global Area 2415917880 bytes...
-
The method getValue(String) from the type HttpSession is deprecated ? ? ? 2003.07.16해당카페글 미리보기
getValue("id")==null){ }else if(session.getValue("id").equals("admin")){out.println(bd.getPassword());}%> 위에 부분에서.. "The method getValue(String) from the type HttpSession is deprecated" 라는 에러가 나오는데요.. 이거 왜 생기는 걸까요?