카페검색 본문
카페글 본문
-
NetCDF Binary Encoding Extension Standard 2025.12.23해당카페글 미리보기
#kimtheho NetCDF_Binary_Encoding_Extension_Standard_한글설명.hwp 96.50KB 10-092r3_NetCDF_Binary_Encoding_Extension_Standard__NetCDF_Classic_and_64-bit_Offset_Format.pdf 295.16KB 한글 파일은 한글로된 설명이다.
-
Re: IGF-1, FGF의 동화작용 탐구 !! 2026.07.13해당카페글 미리보기
genes involved in cell cycle progression, such as cyclin D1, and genes that promote proliferation, including those encoding ribosomal proteins and metabolic enzymes (57). Additionally, MAPK phosphorylates proteins involved in the...
-
vLLM, llmcompressor 2026.07.07해당카페글 미리보기
SAMPLES = 256 MAX_SEQ_LENGTH = 2048 with open("/home/airlab/fine-tune/Dataset/result/train_qwen_airlab.json", "r", encoding="utf-8") as f: raw_data = json.load(f) def extract_text(example): parts = [] for turn in example["conversations...
-
런처 업데이트를 했는데 런처가 뻗어버립니다 2026.07.13해당카페글 미리보기
App\8.0.28\Systehttp://m.Diagnostics.DiagnosticSource.dll ---------------------------------------- System.Text.Encoding.CodePages 어셈블리 버전: 8.0.0.0 위치: C:\Program Files (x86)\dotnet\shared\Microsoft.NETCore.App\8.0.28\Systehttp...
-
[Rpi Python 실습 21] Serial통신 UART 2026.07.10해당카페글 미리보기
str(cnt) + ' ').encode("utf-8")) tm.sleep(0.5) ''' ''' #1.str My_port.write(b"Test ") My_port.write(bytes("Song", encoding = "ascii")) My_port.write(bytes("mgsong OK", encoding = "UTF-8")) My_port.write(b" ") #2. HEX My_port.write(bytes...