Skip to content

clee2000/llm-target-determinator

 
 

Repository files navigation

Using LLM-powered Neural Information Retrieval for Target Determination

To run indexing (8 GPUs): torchrun --standalone --nnodes=1 --nproc-per-node=8 indexer.py --experiment-name codellama-try3

To run retrieval (1 GPU): torchrun --standalone --nnodes=1 --nproc-per-node=1 retriever.py --experiment-name codellama-try3 --pr-parse-format GITDIFF

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Other 0.2%