Ed Donner
8dc38c5c72
Merge pull request #80 from gkatz2/main
...
Add a community-contributions notebook to demonstrate how to detect and fix Ollama num_ctx truncation
4 months ago
Greg Katz
5c9326dee6
Add 'day2 EXERCISE beware low num_ctx truncation.ipynb' to week1/community-contributions
4 months ago
Edward Donner
f0c3318904
Merge branch 'main' of github.com:ed-donner/llm_engineering
4 months ago
Edward Donner
e334b841ca
Improvements to explanations and minor edits
4 months ago
Ed Donner
e483e7ec58
Merge pull request #76 from mmaurier/week2/day5-handle_tool_call-remove-hardcode-dependency
...
remove handle_tool_call hard-coded function call
4 months ago
Ed Donner
e30389d0ad
Merge pull request #77 from kishorekumar6r/kishore.kumar/llama3.1_tools_usecase
...
feat(week2): llama3.1-instruct tools usecase
4 months ago
Kishore Kumar R
13354c02a6
feat(week2): llama3.1-instruct tools usecase
4 months ago
MonkeyBoy
924504e5cb
remove handle_tool_call hard-coded function
4 months ago
Ed Donner
fe4611f5d2
Merge pull request #71 from hitesh-2457/stock-price-analysis
...
Day 1: Notebook to analyze trends in stock price change
4 months ago
Ed Donner
49e535f60f
Merge pull request #73 from gaya33/day1-gen-social-media-post-for-events
...
Day1: Generate social media posts for 3 platforms for an event
4 months ago
Ed Donner
d279fa05dc
Merge pull request #74 from andryanduta/feat-youtube-summarization
...
feat: add a mini project youtube summarization
4 months ago
Ed Donner
600987ed0a
Merge pull request #75 from newlogics/main
...
Generating answers with source citations - Community contributions
4 months ago
andryan.dutagama
337083828c
fix: chunk text func
...
imp: add language params to get_transcript
4 months ago
Palanikumar Ravichandran
56df4b8def
Generating answers with source citations
4 months ago
Palanikumar Ravichandran
7eac1d07d3
Generating answers with source citations
4 months ago
andryan.dutagama
8a9d94eb41
feat: add a mini project youtube summarization
4 months ago
radhakrishnan.gayatri
f7750555e1
Day1: Generate social media posts for 3 platforms for an event
4 months ago
Hitesh Gupta
87b29956b6
Notebook to analyze trends in stock price change
4 months ago
Ed Donner
e8a7124574
Merge pull request #70 from Ishan-Karpe/patch-2
...
Update day5.ipynb
4 months ago
Ishan Karpe
f6f3b36ff8
Update day5.ipynb
...
4c can be unclear to some, 4 cents is beter
4 months ago
Ed Donner
e69d7eefed
Merge pull request #69 from serpentile-c137/my-feature-branch
...
Week 2 Gemini Codes
4 months ago
Gore Shardul
fbb5569ba1
gemini-codes-week2
4 months ago
Gore Shardul
e599d923d6
gemini-codes-week2
4 months ago
Ed Donner
f55e3cf295
Merge pull request #68 from gabormeresz/w3d5-with-gradio
...
week3 way5 implementation with Gradio
4 months ago
Gabor Meresz
ef18679566
week3 way5 implementation with Gradio
4 months ago
Edward Donner
90f3fe774a
Linux setup instructions, VSCode alternative, improved .env loading
4 months ago
Edward Donner
01ccd4cf62
Merge branch 'main' of github.com:ed-donner/llm_engineering
4 months ago
Edward Donner
b6c06fd010
More troubleshooting tips added
4 months ago
Ed Donner
2619f3ced7
Merge pull request #67 from cloudllama/week4_challenge
...
Week4 challenge
4 months ago
Kevin Bogusch
d893818716
Merge branches 'week4_challenge' and 'week4_challenge' of https://github.com/cloudllama/llm_engineering into week4_challenge
4 months ago
Kevin Bogusch
476cf7eb09
Converts code, adds docstrings and comments, and writes unit test cases
4 months ago
Kevin Bogusch
834204cfc7
Converts code, adds docstrings and comments, and writes unit test cases
4 months ago
Kevin Bogusch
583d9fb5a5
Start re-organizing cells
5 months ago
Ed Donner
dfe04856ba
Merge pull request #23 from ibarbo/main
...
Merge pull request #1 from ibarbo/ibarbo-day1-videotranscript-summary
5 months ago
Ed Donner
b68d129afe
Merge pull request #62 from codenigma1/day1_hw
...
Fully Custmomize Airlines Project Added and New Refine query approach
5 months ago
Ed Donner
849a63f484
Merge pull request #64 from cloudllama/ren_linux_to_mac
...
Correctly identify Mac as a Mac not Linux
5 months ago
Kevin Bogusch
e1f297de5d
Correctly identify Mac as a Mac not Linux
5 months ago
Edward Donner
8e2ec548be
Added compiled executables from week4 project into gitignore
5 months ago
Edward Donner
cb0b8a8d45
Updated descriptions
5 months ago
Ed Donner
f5a66d264a
Merge pull request #63 from cloudllama/check_os_for_c_compiler
...
Call the appropriate C++ compiler on Windows, Linux, and Mac
5 months ago
Kevin Bogusch
e411df3525
Fixed clang++ for Mac; updated labels
5 months ago
Kevin Bogusch
c20bdc46f3
Added clang compilation syntax
5 months ago
Kevin Bogusch
5a44ed71e0
Fixed run_cmd to account for empty stdout
...
On Linux, a successful compile does not produce any standard out, which is what I was implicitly expecting. I added a dummy value for stdout if the command is successful, which ensures that even when the compiler produces no output, we still look like a success.
5 months ago
Kevin Bogusch
e360270530
Fixed g++ compilation command
5 months ago
Kevin Bogusch
1fdeafe923
Merge branch 'check_os_for_c_compiler' of https://github.com/cloudllama/llm_engineering into check_os_for_c_compiler
5 months ago
Kevin Bogusch
ef351da849
Remove gcc from Windows
5 months ago
codenigma1
b178bbcf34
Airlines fully customized project and refine query approach by using llama in week 2
5 months ago
Cloud LLama
8992bc41cb
Merge branch 'ed-donner:main' into check_os_for_c_compiler
5 months ago
Kevin Bogusch
bc8229947d
Added more exception handling in c_compiler_cmd
...
If there is any error, even writing the simple.cpp file, catch it and just return a "I don't know" diagnosis
5 months ago
Kevin Bogusch
2d93460791
Disable run button if no c compiler
5 months ago