OpenVector
  • OpenVector
  • Introduction
    • Our Thesis
    • Our Solution
    • Other Approaches
    • Benchmarks
  • Network Architecture
    • Overview
    • Networking
    • Deploy Compute Node
    • Deploy CoFHE Node
    • Deploy Client Node
  • Quick start
    • Overview
    • Setting up Client Node
    • Encrypting Data
    • Tensor Multiplication
    • Decrypting the Ouput
    • Verifying the Output
    • Running the Program
  • Tutorials
    • Building MLP Block
  • Use Cases
    • Confidential LLM Inference
    • Training on Encrypted Data
    • Vector Search on Encrypted Data
    • Encrypted Data Access Control
  • API references
    • CryptoSystem Interface
    • ClientNode Class
    • ComputeRequest Class
    • ComputeResponse Class
  • PYTHON API REFERENCES
    • Overview
    • Tensor
    • nn.Module
    • nn.Functional
  • Contribution
    • Call for Research
    • CoFHE Library
Powered by GitBook
On this page
  1. Contribution

CoFHE Library

PreviousCall for Research

Last updated 6 months ago

Contributions

We welcome contributions to the CoFHE project! If you'd like to contribute, please follow the steps below:

1. Fork the Repository

Start by creating a personal fork of the CoFHE repository on GitHub.

  • Navigate to the .

  • Click on the Fork button at the top right to create a copy of the repository under your GitHub account.

2. Create a Feature Branch

Once you've forked the repository, clone it to your local machine and create a new branch for your changes.

git checkout -b feature/your-feature-name

Replace your-feature-name with a descriptive name for your feature or bug fix.

3. Make Your Changes

Implement your feature, bug fix, or improvement. Be sure to follow the existing code style and structure of the project.

4. Commit Your Changes

Once you've made your changes, commit them to your feature branch with a clear and concise commit message.

git commit -am "Add a clear, descriptive commit message"

5. Push to Your Fork

Push your changes to your forked repository on GitHub.

git push origin feature/your-feature-name

6. Open a Pull Request (PR)

Submit a pull request (PR) to the main CoFHE repository.

  • Click on the Pull Requests tab.

  • Click New Pull Request and select your feature branch.

  • Provide a description of your changes and submit the PR.

Pull Request Guidelines

  • Ensure that your code is well-documented and follows the project’s style guide.

  • If you're fixing a bug or adding a feature, include relevant tests to ensure functionality.

  • Provide a clear description of the changes made and the problem they solve.

Contact

For additional information, questions, or assistance with contributions, feel free to reach out:

  • GitHub Issues: If you encounter any bugs or have suggestions for improvement, please open an issue in the GitHub repository.

We appreciate your contributions and look forward to collaborating with you!

Go to the .

Email:

CoFHE GitHub Repository
CoFHE Repository
support@openvector.ai