Skip to main content

Foundation Model Inferencing

Setting up Pre-commit for this Repository

Pre-commit helps to manage and maintain code quality by running hooks that perform various checks before a commit is made.

To set up pre-commit for this repository, follow these steps:

  1. Install pre-commit. If you're using pip, you can do this by running:

    pip install pre-commit
    
  2. Navigate to the root directory of the repository where the .pre-commit-config.yaml file is located.

  3. Run the following command to install the git hook scripts:

    pre-commit install
    

Now, pre-commit will run automatically on git commit. If you want to manually run all pre-commit hooks on a repository, run: pre-commit run --all-files

To run a specific pre-commit hook on all files, you can use the run command followed by the ID of the hook. Here's the general syntax: pre-commit run <hook_id> --all-files

For example, if you want to run the black hook on all files, you would use: pre-commit run black --all-files

This command will run the black hook on every file in your repository.

Hooks Used in this Repository

This repository uses a variety of hooks to maintain code quality:

  • check-added-large-files: Prevents committing large files.
  • end-of-file-fixer: Ensures files end with a newline.
  • trailing-whitespace: Removes trailing whitespace.
  • check-ast: Checks Python AST for syntax errors.
  • check-docstring-first: Ensures the first thing in a Python file is a docstring.
  • isort: Sorts Python imports.
  • add-trailing-comma: Adds trailing commas to Python data structures.
  • black: Formats Python code to conform to the PEP 8 style guide.
  • flake8: Lints Python code for errors and code style violations.
  • pydocstyle: Checks Python docstring conventions.

These hooks are run automatically before each commit once pre-commit is installed.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

llm_optimized_inference-0.2.60-py3-none-any.whl (92.7 kB view details)

Uploaded Python 3

File details

Details for the file llm_optimized_inference-0.2.60-py3-none-any.whl.

File metadata

File hashes

Hashes for llm_optimized_inference-0.2.60-py3-none-any.whl
Algorithm Hash digest
SHA256 875cf5bc55424b74b1c902e1b32faab20afa4989be24e4014f82a09ff7d76ad2
MD5 06ff806b943636877bfc2599e56b0442
BLAKE2b-256 974ce158f40cf384398a3568a692339e8b901000f1968f7e3cced978a76b4912

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.2.60 This release

1 file

0.2.59

1 file

0.2.58

1 file

0.2.57

1 file

0.2.56

1 file

0.2.55

1 file

0.2.54

1 file

0.2.53

1 file

0.2.52

1 file

0.2.51

1 file

0.2.50

1 file

0.2.49

1 file

0.2.48

1 file

0.2.47

1 file

0.2.46

1 file

0.2.45

1 file

0.2.44

1 file

0.2.43

1 file

0.2.42

1 file

0.2.41

1 file

0.2.40

1 file

0.2.39

1 file

0.2.38

1 file

0.2.37

1 file

0.2.36

1 file

0.2.35

1 file

0.2.34

1 file

0.2.33

1 file

0.2.32

1 file

0.2.31

1 file

0.2.30

1 file

0.2.29

1 file

0.2.28

1 file

0.2.27

1 file

0.2.26

1 file

0.2.25

1 file

0.2.24

1 file

0.2.23

1 file

0.2.21

1 file

0.2.20

1 file

0.2.19

1 file

0.2.18

1 file

0.2.17

1 file

0.2.16

1 file

0.2.15

1 file

0.2.14

1 file

0.2.13

1 file

0.2.12

1 file

0.2.11

1 file

0.2.10

1 file

0.2.9

1 file

0.2.8

1 file

0.2.7

1 file

0.2.6

1 file

0.2.5

1 file

0.2.4

1 file

0.2.3

1 file

0.2.2

1 file

0.2.1

1 file

0.2.0

1 file

0.1.10

1 file

0.1.9

1 file

0.1.8

1 file

0.1.7

1 file

0.1.6

1 file

0.1.5

1 file

0.1.4

1 file

0.1.3

1 file

0.1.2

1 file

0.1.1

1 file

0.0.1

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page