Skip to content

Materials for the workshop for the Conclusion AI Guild: Running a local LLM

License

Notifications You must be signed in to change notification settings

AMISConclusion/Workshop_LocalLLM

 
 

Repository files navigation

Windows Sandbox with various LLM tools Pre-Installed

Script to launch Windows Sandbox

Windows Sandbox needs PRO version of the OS.

To enable Windows Sandbox execute Powershell with Administrative privileges and execute the following:

Enable-WindowsOptionalFeature -FeatureName "Containers-DisposableClientVM" -All -Online

Make sure Git is installed locally (https://git-scm.com/download/gui/windows)

# Switch to root of c:
cd c:\

# Git clone with the folder name as sandbox
git clone https://github.com/AMISConclusion/Workshop_LocalLLM.git sandbox

# Run Windows Sandbox with this config
c:\sandbox\vscode.wsb

Once Windows Sandbox is launched, it will download and install required files for the workshop. The download process consists of several Gbs and can take a while

Read the document here for the complete workshop

About

Materials for the workshop for the Conclusion AI Guild: Running a local LLM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 73.2%
  • Batchfile 26.8%