mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-08-04 12:33:56 +08:00
fix bot script post oasst_shared creation
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
parent_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )
|
||||
|
||||
# switch to bot directory
|
||||
pushd "$parent_path/../../bot"
|
||||
|
||||
python3 __main__.py
|
||||
|
||||
popd
|
||||
Reference in New Issue
Block a user