Git Product home page Git Product logo

Comments (5)

lintool avatar lintool commented on July 28, 2024

hi @jacklin64 @justram can you take a look at this please? thanks!

from pyserini.

justram avatar justram commented on July 28, 2024

Hello @timbmg,

Thank you for bringing this to our attention.
I understand the concern you raised regarding the usage of torch.autocast in the code that should also run on CPU.
You are correct; however, currently, torch.autocast only supports bfloat16 when device='cpu', and our prebuilt index is based on the CUDA + float16 setting.
As a result, encoding the document corpus with device='cpu' & bfloat16 would deviate from our original setting and might lead to significant processing time.
To address this issue and enable CPU-based encoding, we recommend considering the ONNX setting instead.

If you have any further questions or suggestions, please feel free to share them with us.

from pyserini.

zeuner avatar zeuner commented on July 28, 2024

A similar situation might be the case for pyserini/encode/_unicoil.py.

Is there any documentation available for encoding (and possibly subsequently indexing) using the ONNX setting to enable CPU support?

from pyserini.

lintool avatar lintool commented on July 28, 2024

We have CPU support in Anserini via ONNX, e.g., https://github.com/castorini/anserini/blob/master/docs/regressions/regressions-msmarco-passage-splade-pp-ed-onnx.md

from pyserini.

lintool avatar lintool commented on July 28, 2024

@timbmg Seeing no further updates, closing. Please re-open if needed.

from pyserini.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.