Skip to content

Commit

Permalink
Update README.md for changed repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesabbott authored May 24, 2023
1 parent 892f1a8 commit d6d0131
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ or by downloading a release tarball from the link on the right under 'Releases'.
`tar zxvf xxxxxx.tar.gz`

2. Change into the directory which is created by step 1 - this will have the repository name if cloned from git, or the version number if obtained from a Release tarball.
`cd JCA_colabfold_batch` or `cd v1.5.2`
`cd Colabfold_batch_installer` or `cd v1.5.2`

3. Run the setup script:
`./setup.sh`
Expand Down Expand Up @@ -55,4 +55,4 @@ This warning relates to an optional package which does not work with the combina
* `2023-05-24 16:54:38,928 Unable to initialize backend 'rocm': NOT_FOUND: Could not find registered platform with name: "rocm". Available platform names are: Interpreter CUDA Host`
`2023-05-24 16:54:38,929 Unable to initialize backend 'tpu': module 'jaxlib.xla_extension' has no attribute 'get_tpu_client'`
`2023-05-24 16:54:38,929 Unable to initialize backend 'plugin': xla_extension has no attributes named get_plugin_device_client. Compile TensorFlow with //tensorflow/compiler/xla/python:enable_plugin_device set to true (defaults to false) to enable this.`
These warnings relate to alternative computational backends which may be used to carry out the prediction. The line `Available platform names are: Interpreter CUDA Host` indicates that the CUDA backend required for GPU acceleration has been found
These warnings relate to alternative computational backends which may be used to carry out the prediction. The line `Available platform names are: Interpreter CUDA Host` indicates that the CUDA backend required for GPU acceleration has been found

0 comments on commit d6d0131

Please sign in to comment.