BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Huntsville AI - ECPv6.8.3//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-ORIGINAL-URL:https://hsv.ai
X-WR-CALDESC:Events for Huntsville AI
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:America/Chicago
BEGIN:DAYLIGHT
TZOFFSETFROM:-0600
TZOFFSETTO:-0500
TZNAME:CDT
DTSTART:20240310T080000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0500
TZOFFSETTO:-0600
TZNAME:CST
DTSTART:20241103T070000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Chicago:20240501T180000
DTEND;TZID=America/Chicago:20240501T190000
DTSTAMP:20260416T030115
CREATED:20240428T135334Z
LAST-MODIFIED:20240428T135334Z
UID:1640-1714586400-1714590000@hsv.ai
SUMMARY:Deep Dive with Llama-Cpp-Python
DESCRIPTION:This week we will take another look at llama-ccp\, this time using the python wrapper available in llama-cpp-python. This library can be installed and imported directly\, or run as a separate service available through the OpenAI API. \nWe covered the basics of llama-cpp last year and looked through the different quantization approaches available. It provides a great way to run a lower level model using only CPU resources and RAM. There is some quality loss due to the quantization\, but the results are good enough for prototyping at a much lower cost. \nAgenda: \n\nIntroduction to Llama-cpp-python\nInstallation and configuration\nPython API\nOpenAI API\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nSeries: \nOver the next several sessions\, we will be diving deeper into separate components needed for RAG – hopefully resulting in a chat-based Q&A service for the NASA Technical Report Server.  We were introduced to this data during our submission for the 2022 NASA SpaceApps Challenge – where we placed 2nd. Our submission was a semantic search based on the abstracts for the NSTR dataset of 10\,000 papers. \nI hope to have the video from our last session posted today. You can check for updates at https://hsv.ai/videos \nLinks: \n\nhttps://github.com/abetlen/llama-cpp-python\nhttps://llama-cpp-python.readthedocs.io/en/latest/\nHuntsville AI 2022 SpaceApps Submission – https://github.com/HSV-AI/spaceapps2022\n\n\nDetails: \n\nDate – 05/01/2024\nTime – 6-7pm\nLocation – HudsonAlpha\nAddress –  601 Genome Way Northwest\, Huntsville\, AL 35806\nZoom –https://us02web.zoom.us/j/82295484520?pwd=cU1ETGNrS3NtY1hsUmNmRVJDUmNsUT09
URL:https://hsv.ai/event/deep-dive-with-llama-cpp-python/
LOCATION:HudsonAlpha\, 601 Genome Way Northwest\, Huntsville\, AL\, 35806
ATTACH;FMTTYPE=image/png:https://hsv.ai/wp-content/uploads/2024/04/llama-cpp-python.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Chicago:20240515T180000
DTEND;TZID=America/Chicago:20240515T190000
DTSTAMP:20260416T030115
CREATED:20240505T033848Z
LAST-MODIFIED:20240513T035034Z
UID:1644-1715796000-1715799600@hsv.ai
SUMMARY:OpenAI API
DESCRIPTION:This week we will cover the use of the OpenAI API with both llama-cpp-python and OpenAI itself. After this session\, you will have a solid understanding of how to use the chat completion API along with an approach to run the same code locally against llama-cpp-python. \nWe will cover account setup\, billing & budgets\, as well as the python code needed to make function calls. Next we will show the same python code running against a locally hosted model. \nUpdates: \n\nThe videos page at https://hsv.ai/videos/ is updated through our last meetup\, so if you want to catch up on previous sessions – give that a shot.\nThe meetups through the summer months are all planned – check the schedule toward the end of this email\, as well as https://hsv.ai/calendar/\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nSeries: \nOver the next several sessions\, we will be diving deeper into separate components needed for RAG – hopefully resulting in a chat-based Q&A service for the NASA Technical Report Server.  We were introduced to this data during our submission for the 2022 NASA SpaceApps Challenge – where we placed 2nd. Our submission was a semantic search based on the abstracts for the NSTR dataset of 10\,000 papers. \nLinks: \n\nhttps://platform.openai.com/docs/api-reference\nhttps://github.com/abetlen/llama-cpp-python\nhttps://llama-cpp-python.readthedocs.io/en/latest/\nHuntsville AI 2022 SpaceApps Submission – https://github.com/HSV-AI/spaceapps2022\n\n\nDetails: \n\nDate – 05/15/2024\nTime – 6-7pm\nLocation – HudsonAlpha\nAddress –  601 Genome Way Northwest\, Huntsville\, AL 35806\nZoom –https://us02web.zoom.us/j/81984208192?pwd=VkYySnpjQ0hOblB2bEt3c1JlMXdBdz09
URL:https://hsv.ai/event/openai-api/
LOCATION:HudsonAlpha\, 601 Genome Way Northwest\, Huntsville\, AL\, 35806
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Chicago:20240529T180000
DTEND;TZID=America/Chicago:20240529T200000
DTSTAMP:20260416T030115
CREATED:20240505T034153Z
LAST-MODIFIED:20240528T022456Z
UID:1649-1717005600-1717012800@hsv.ai
SUMMARY:Summer Social
DESCRIPTION:We are going to take a break from the formal sessions this week to get together at Stovehouse and hang out for a bit. This is a great opportunity to relax and meet others involved in Huntsville AI. We have a wide variety of backgrounds\, so I always learn something interesting. This officially starts at 6pm\, but I will be there early if anyone wants to help hold a table. \nWe’re suspending the RAG series for the next two sessions\, but will resume at the end of June. \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nSeries: \nOver the next several sessions\, we will be diving deeper into separate components needed for RAG – hopefully resulting in a chat-based Q&A service for the NASA Technical Report Server.  We were introduced to this data during our submission for the 2022 NASA SpaceApps Challenge – where we placed 2nd. Our submission was a semantic search based on the abstracts for the NSTR dataset of 10\,000 papers. \nLinks: \n\nhttps://www.stovehouse.com/\nHuntsville AI 2022 SpaceApps Submission – https://github.com/HSV-AI/spaceapps2022\n\n\nDetails: \n\nDate – 05/29/2024\nTime – 6-8pm\nLocation – Stovehouse – most likely near the Pourhouse
URL:https://hsv.ai/event/summer-social/
LOCATION:Stovehouse\, 3414 Governors Dr SW\, Huntsville\, AL\, 35805
ATTACH;FMTTYPE=image/png:https://hsv.ai/wp-content/uploads/2022/05/220316-Social.png
END:VEVENT
END:VCALENDAR