Skip to content

KSchlobohm/phi-fine-tuning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning sample

This is a sample project to learn about Python, LLMs, and other technologies.

Getting started with Python

  1. Pip only runs in a virtual environment

    export PIP_REQUIRE_VIRTUALENV true
    setx PIP_REQUIRE_VIRTUALENV true
  2. Create a Virtual Environment

    python -m venv ./venv
  3. Freeze Requirements

    pip freeze > requirements.txt
  4. Install Requirements

    pip install -r requirements.txt

Prerequisites

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published