Fix repo references in README (kernels-community -> biohub)

#1
by Rocketknight1 HF Staff - opened
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -3,7 +3,7 @@ library_name: kernels
3
  license: apache-2.0
4
  ---
5
 
6
- This is the repository card of kernels-community/esmfold2-trimul that has been pushed on the Hub. It was built to be used with the [`kernels` library](https://github.com/huggingface/kernels). This card was automatically generated.
7
 
8
  ## How to use
9
 
@@ -11,7 +11,7 @@ This is the repository card of kernels-community/esmfold2-trimul that has been p
11
  # make sure `kernels` is installed: `pip install -U kernels`
12
  from kernels import get_kernel
13
 
14
- kernel_module = get_kernel("kernels-community/esmfold2-trimul", version=1)
15
  ESMFold2TriangleMultiplication = kernel_module.ESMFold2TriangleMultiplication
16
 
17
  ESMFold2TriangleMultiplication(...)
 
3
  license: apache-2.0
4
  ---
5
 
6
+ This is the repository card of biohub/esmfold2-trimul that has been pushed on the Hub. It was built to be used with the [`kernels` library](https://github.com/huggingface/kernels). This card was automatically generated.
7
 
8
  ## How to use
9
 
 
11
  # make sure `kernels` is installed: `pip install -U kernels`
12
  from kernels import get_kernel
13
 
14
+ kernel_module = get_kernel("biohub/esmfold2-trimul", version=1)
15
  ESMFold2TriangleMultiplication = kernel_module.ESMFold2TriangleMultiplication
16
 
17
  ESMFold2TriangleMultiplication(...)