llm.c icon indicating copy to clipboard operation
llm.c copied to clipboard

Including venv/ to .gitignore and fixing typo

Open arturodrt opened this issue 10 months ago • 0 comments

  • Included the folder venv/ for those working under a virtual environment
  • removed typo
  • Unless typecasting is necessary to port this exact code to C++, the practice of typecasting the result of malloc() should be reconsidered. Such casting is typically unnecessary unless specifically mandated by a coding standard or justified by other exceptional circumstances.

arturodrt avatar Apr 10 '24 21:04 arturodrt