Skip to content

Releases: VectorInstitute/vector-inference

v0.4.1

Choose a tag to compare

@kohankhaki kohankhaki released this 14 Feb 19:28

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0.post1

Choose a tag to compare

@XkunW XkunW released this 28 Nov 19:23
dba901b
  • Fix wrong dependency
  • Updated README files

v0.4.0

Choose a tag to compare

@XkunW XkunW released this 28 Nov 18:21
d221dae
  • Onboarded various new models and new model types: text embedding model and reward reasoning model.
  • Added metrics command that streams performance metrics for inference server.
  • Enabled more launch command options: --max-num-seqs, --model-weights-parent-dir, --pipeline-parallelism, --enforce-eager.
  • Improved support for launching custom models.
  • Improved command response time.
  • Improved visuals for list command.

v0.3.3

Choose a tag to compare

@XkunW XkunW released this 03 Sep 21:53
d10758d
  • Added missing package in decencies
  • Fixed pre-commit hooks
  • Linted and formatted code
  • Updated outdated examples

v0.3.2

Choose a tag to compare

@XkunW XkunW released this 03 Sep 18:27
39b98a2
  • Add support for custom models, users can now launch custom models as long as the model architecture is supported by vllm
  • Minor update multi-node job launching to better support custom models
  • Add Llama3-OpenBioLLM-70B to supported model list

v0.3.1

Choose a tag to compare

@XkunW XkunW released this 29 Aug 13:41
f43d7bf
  • Add model-name argument to list command to show default setup of a specific supported model
  • Improved command option descriptions
  • Restructured models directory
  • Add some default values for using a custom model

v0.3.0

Choose a tag to compare

@XkunW XkunW released this 29 Aug 06:09
156dfa5
  • Added vec-inf CLI:

    • Install vec-inf via pip
    • launch command to launch models
    • status command to check inference server status
    • shutdown command to stop inference server
    • list command to see all available models
  • Upgraded vllm to 0.5.4

  • Added support for new model families:

    • Llama 3.1 (Including 405B)
    • Gemma 2
    • Phi 3
    • Mistral Large

v0.2.1

Choose a tag to compare

@XkunW XkunW released this 06 Jul 15:58
2c43a25
  • Add CodeLlama
  • Update model variant names for Llama 2 in README

v0.2.0

Choose a tag to compare

@XkunW XkunW released this 04 Jul 14:29
635e13f
  • Update default environment to use singularity container, added associated Dockerfile
  • Update vLLM to 0.5.0 and added VLM support (LLaVa-1.5 and LLaVa-NEXT) and updated example scripts
  • Refactored repo structure for simpler model onboard and update process

v0.1.1

Choose a tag to compare

@XkunW XkunW released this 23 May 20:32
  • Update vllm to 0.4.2, which resolves the flash attention package not found issue
  • Update instructions for using the default environment to prevent/resolve NCCL not found error