Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce SOKEmbedding using Sparse Operation Kit #863

Merged
merged 52 commits into from
Mar 21, 2023
Merged

Commits on Nov 4, 2022

  1. new sok class

    zhuwenjing committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    0141ad4 View commit details
    Browse the repository at this point in the history
  2. new sok class

    zhuwenjing committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    d7ad9ba View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. test sok dynamic variable

    zhuwenjing committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    7825963 View commit details
    Browse the repository at this point in the history
  2. test sok dynamic variable

    zhuwenjing committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    475145a View commit details
    Browse the repository at this point in the history
  3. bug fix comma

    zhuwenjing committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    4ef7a9e View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. add some comments and test distributed var

    zhuwenjing committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    720eacf View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. format the comments

    zhuwenjing committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    7a3a177 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. assert condition in sok lookup sparse

    wenjingz committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    54f795b View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Configuration menu
    Copy the full SHA
    f3136b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7555c6f View commit details
    Browse the repository at this point in the history
  3. Clean up

    edknv committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    d0111b1 View commit details
    Browse the repository at this point in the history
  4. Clean up

    edknv committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    debb6e2 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. fix some import and param bug

    wenjingz committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    a4e3ffc View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

  1. remove some unused variable

    wenjingz committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    97d51f5 View commit details
    Browse the repository at this point in the history
  2. remove intial vals

    wenjingz committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    b978afa View commit details
    Browse the repository at this point in the history
  3. fix import

    wenjingz committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    4f22c0f View commit details
    Browse the repository at this point in the history
  4. reorder the import

    wenjingz committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    16fb414 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Configuration menu
    Copy the full SHA
    9b37d4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    557af98 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. fix import error in test embedding

    wenjingz committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    f41f52f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fea-sok-integration-wj' of https://github.com/NVIDIA-Me…

    …rlin/models into fea-sok-integration-wj
    wenjingz committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    f03e4ef View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. format the code

    wenjingz committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    fe34f9d View commit details
    Browse the repository at this point in the history
  2. change the way of import

    wenjingz committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    98bb17b View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. Configuration menu
    Copy the full SHA
    b0de517 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into fea-sok-integration-wj

    wenjingz committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    3e3c3b7 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fea-sok-integration-wj' of https://github.com/NVIDIA-Me…

    …rlin/models into fea-sok-integration-wj
    wenjingz committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    f7ff20f View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    f3743e0 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    4e8116c View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Configuration menu
    Copy the full SHA
    c266cd2 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. support sp_weights in lookup

    wenjingz committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    c3373e8 View commit details
    Browse the repository at this point in the history
  2. Add unit tests for SOKEmbedding (#980)

    * Add unit tests for SOKEmbedding
    
    * pip install sparse_operation_kit
    edknv authored Feb 15, 2023
    Configuration menu
    Copy the full SHA
    d7531f6 View commit details
    Browse the repository at this point in the history
  3. remove sok from ci since no gpu

    edknv committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    1e4628d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25a789d View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. lint

    edknv committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    3c0104e View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    c8949e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Configuration menu
    Copy the full SHA
    b17fea4 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    296a151 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef1c0bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b716adc View commit details
    Browse the repository at this point in the history
  4. fix spelling

    edknv committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    b1c1031 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. resolve init method issue

    wenjingz committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    91f25d1 View commit details
    Browse the repository at this point in the history
  2. fix schema issue

    wenjingz committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    d0671c9 View commit details
    Browse the repository at this point in the history
  3. add indices and weights in from_pretrained

    wenjingz committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    0eb266d View commit details
    Browse the repository at this point in the history
  4. schema issue in from_pretrained

    wenjingz committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    e9cc754 View commit details
    Browse the repository at this point in the history
  5. init method in DET

    wenjingz committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    5532ab7 View commit details
    Browse the repository at this point in the history
  6. tensor type in sok assing

    wenjingz committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    c9d3baf View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. resolve config passing

    wenjingz committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    33abba0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a9465d View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. lint

    edknv committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    b2a01c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b862a2a View commit details
    Browse the repository at this point in the history
  3. install sok in tox

    edknv committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    0fd059a View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. Configuration menu
    Copy the full SHA
    fcaefc3 View commit details
    Browse the repository at this point in the history