Zhenyi He
Zhenyi He
Hi, I tried configuring the environment via Anaconda however, quite a few conflicts showed up. I wonder could you provide a more detailed dependency list, including python version and tensorflow-gpu...
**Before submitting a bug, please make sure the issue hasn't been already addressed by searching through the [FAQs](https://ai.meta.com/llama/faq/) and [existing/past issues](https://github.com/facebookresearch/llama/issues)** ## Describe the bug Q1. Can we try llama...
**Before submitting a bug, please make sure the issue hasn't been already addressed by searching through the [FAQs](https://ai.meta.com/llama/faq/) and [existing/past issues](https://github.com/facebookresearch/llama/issues)** ## Describe the bug Fix NCCL issue via https://github.com/facebookresearch/llama/issues/699,...
Hi, I wonder what is the computer's graphic memory when training the data? I received the error msg: ```RuntimeError: CUDA out of memory. Tried to allocate 9.00 MiB (GPU 0;...
This time I built the ARToolKit5-bin-util with win32 in release mode. (I wonder why there are errors in x64?) The whole solution could be successfully built but when I ran...
Project ARvideo is a dependent project to project ARWrapper. There are two libjpeg.lib in win64-x64 and win32-i386 folder. Also I made one by my own through source jpeg-6b. First I...
I run the `Configure-win32.vbs` first to generate `AR/config.h` Then the solution cannot find the *.lib so I added `$(ProjectDir)..\..\lib\win64-x64` Then the below happened, so many unresolved external symbol. I tried...
``` D:\Project\gpt-summarizer>python summarize.py https://ourworldindata.org/ai-impact HTML path: /tmp/ai-impact.html URL: https://ourworldindata.org/ai-impact /tmp/ai-impact.html /tmp/ai-impact Traceback (most recent call last): File "D:\Project\gpt-summarizer\summarize.py", line 385, in text = extract_text_from_html(html_path) File "D:\Project\gpt-summarizer\summarize.py", line 282, in extract_text_from_html...