본문 바로가기
반응형
[QT] UI 에서 한글 깨짐 문제 아래와 같이 UI 에 한글을 그릴 때 깨지는 경우 프로젝트의 .pro 파일에 아래와 같이 내용을 추가 하고 clean all 한후 rebuild 하면 해결이 됩니다. 2024. 2. 26.
[C++] POSIX Thread 라이브러리 사용하기 리눅스 또는 윈도우에서 범용 스레드 코드를 작성하기 위해서 POSIX Thread 라이브러리를 사용하는 방법에 대해서 정리 합니다. 1. 사이트에서 윈도우용 다운로드를 수행합니다. https://www.sourceware.org/pthreads-win32/ POSIX Threads (pthreads) for Win32 Open SourcePOSIX Threads for Win32 Current release: 2.9.1 (2012-05-27)See the ANNOUNCEMENT and NEWS for details.Pthreads-w32 release 1.11.0 (2005-06-04) was the last series 1.x.x version! (Version 1.11.0 is a back-port .. 2024. 2. 15.
[AI] Colab 에서 Hugging Face 토큰 오류 해결 /usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_token.py:88: UserWarning: The secret `HF_TOKEN` does not exist in your Colab secrets. To authenticate with the Hugging Face Hub, create a token in your settings tab (https://huggingface.co/settings/tokens), set it as secret in your Google Colab and restart your session. You will be able to reuse this secret in all of your notebooks. .. 2024. 2. 13.
[Python][AI] Llama 2 PC 에서 독립하여 구축 하기 langchain 을 이용해서 Llama 를 API 키 없이, 인터넷 연결이 없이 AI 생성 챗봇을 실행하는 방법에 대한 내용을 정리 하였습니다. Step 1. LLM 다운로드 하기 Llama 2 모델을 다운로드 합니다. https://huggingface.co/meta-llama/Llama-2-7b-chat-hf meta-llama/Llama-2-7b-chat-hf · Hugging Face This is a form to enable access to Llama 2 on Hugging Face after you have been granted access from Meta. Please visit the Meta website and accept our license terms and acceptab.. 2024. 2. 6.
[Python] 기존 프로젝트 pycharm 에 conda 환경 설정 이미 만들어놓은 conda 가상 환경을 pycharm 에 연동하기 위해서 우선 프로젝트의 Settings에 들어가야 한다. File >> Settings Conda 리스트 박스를 선택한다음 Show All 항목을 선택합니다. 다음에 + 버튼을 선택합니다. 존재하는 환경중에 자신이 원하는 가상 환경을 선택합니다. 2024. 2. 5.
반응형