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

Docker.ubi: add missing package git #31

Conversation

z103cb
Copy link

@z103cb z103cb commented May 21, 2024

Modified the Dockerfile.ubi to add a package needed by the binary build of the cuda kernels.

Modified the Dockerfile.ubi to add a package needed by the binarry build
of the cuda kernels.
Copy link

openshift-ci bot commented May 21, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: z103cb

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@z103cb z103cb self-assigned this May 21, 2024
@z103cb z103cb requested review from Xaenalt, dtrifiro and heyselbi and removed request for terrytangyuan and vaibhavjainwiz May 21, 2024 16:07
@Xaenalt
Copy link
Member

Xaenalt commented May 21, 2024

/lgtm

@openshift-ci openshift-ci bot added the lgtm label May 21, 2024
@openshift-merge-bot openshift-merge-bot bot merged commit 38eed8a into opendatahub-io:ibm_main May 21, 2024
3 checks passed
@dtrifiro dtrifiro mentioned this pull request May 23, 2024
@dtrifiro
Copy link

dtrifiro commented May 23, 2024

We added this to have the cutlass build work, but we have issues detecting the cutlass revision:

#31 15.34 -- Using NVCC flags: --expt-relaxed-constexpr;-DCUTLASS_TEST_LEVEL=0;-DCUTLASS_TEST_ENABLE_CACHED_RESULTS=1;-DCUTLASS_CONV_UNIT_TEST_RIGOROUS_SIZE_ENABLED=1;-DCUTLASS_DEBUG_TRACE_LEVEL=0;-Xc
ompiler=-Wconversion;-Xcompiler=-fno-strict-aliasing
#31 15.36 fatal: not a git repository (or any of the parent directories): .git
#31 15.36 -- CUTLASS Revision: Unable to detect, Git returned code 128.

dtrifiro pushed a commit that referenced this pull request Jun 18, 2024
Within the existing `decoding` request parameter section:
  
  ```protobuf
  enum ResponseFormat {
    // Plain text, no constraints
    TEXT = 0;
    // Valid json
    JSON = 1;
  }

  message StringChoices {
    repeated string choices = 1;
  }

  // Mutually-exclusive guided decoding options
  oneof guided {
    // Output will be in the specified format
    ResponseFormat format = 3;
    // Output will follow the provided JSON schema
    string json_schema = 4;
    // Output will follow the provided regex pattern
    string regex = 5;
    // Output will be exactly one of the specified choices
    StringChoices choice = 6;
    // Output will follow the provided context free grammar
    string grammar = 7;
  }
```

Signed-off-by: Nick Hill <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants