From 23ebe8fe11995cfd99cafcf9871fce9a9a120fd1 Mon Sep 17 00:00:00 2001 From: John <153272819+hishope@users.noreply.github.com> Date: Thu, 7 Mar 2024 14:50:11 +0800 Subject: [PATCH] fix some typos (#2973) Signed-off-by: hishope --- docs/development.md | 2 +- llm/generate/gen_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/development.md b/docs/development.md index 59651b1f..b986aa17 100644 --- a/docs/development.md +++ b/docs/development.md @@ -69,7 +69,7 @@ go build . *Your operating system distribution may already have packages for AMD ROCm and CLBlast. Distro packages are often preferable, but instructions are distro-specific. Please consult distro-specific docs for dependencies if available!* -Install [CLBlast](https://github.com/CNugteren/CLBlast/blob/master/doc/installation.md) and [ROCm](https://rocm.docs.amd.com/en/latest/deploy/linux/quick_start.html) developement packages first, as well as `cmake` and `golang`. +Install [CLBlast](https://github.com/CNugteren/CLBlast/blob/master/doc/installation.md) and [ROCm](https://rocm.docs.amd.com/en/latest/deploy/linux/quick_start.html) development packages first, as well as `cmake` and `golang`. Typically the build scripts will auto-detect ROCm, however, if your Linux distro or installation approach uses unusual paths, you can specify the location by diff --git a/llm/generate/gen_common.sh b/llm/generate/gen_common.sh index c6209f45..d8d906b4 100644 --- a/llm/generate/gen_common.sh +++ b/llm/generate/gen_common.sh @@ -1,4 +1,4 @@ -# common logic accross linux and darwin +# common logic across linux and darwin init_vars() { case "${GOARCH}" in