Skip to content

ksawada0/chronoarbitor

Repository files navigation

chrono-arbitor-py

This program was written as part of Fall 2024 EE 451 course project. The objective of this exercise is to given an existing program, parallelize it to achieve a speedup and acceleration using the parallelization techniques taught in the course.

System Requirement

How to Run the Program

  1. Install Ollama server, following the instruction provided at https://ollama.com/

    1. Alternatively run curl https://ollama.ai/install.sh | sh
  2. Enable concurrent request handling:

    export OLLAMA_NUM_PARALLEL=10
    export OLLAMA_MAX_LOADED_MODELS=6
    
  3. Start Ollama server: ollama server To start the server on a specific address/port, set this environment variable before starting the server: export OLLAMA_SERVER=http://[ip address]:[port number]

  4. Run ./run_test.sh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published