Instructions to use Alpha-Command-Intern/Fox with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use Alpha-Command-Intern/Fox with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://Alpha-Command-Intern/Fox") - Notebooks
- Google Colab
- Kaggle
Upload JJc.config.js with huggingface_hub
Browse files- JJc.config.js +9 -0
JJc.config.js
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
module.exports = {
|
| 2 |
+
apps: [
|
| 3 |
+
{
|
| 4 |
+
name: 'JJc',
|
| 5 |
+
script: 'python3',
|
| 6 |
+
args: './neurons/miner.py --netuid 28 --logging.debug --subtensor.network finney --wallet.name JJcold --wallet.hotkey JJc --axon.port 18899 --hf_repo_id LOCAL --model bestmodel.keras'
|
| 7 |
+
},
|
| 8 |
+
],
|
| 9 |
+
};
|