Skip to content

Commit

Permalink
docs: Closes #7476 (#7506)
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Lee <[email protected]>
  • Loading branch information
ucev and jacoblee93 authored Jan 11, 2025
1 parent d4dd136 commit 9cd72c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import UnifiedModelParamsTooltip from "@mdx_components/unified_model_params_tool
<UnifiedModelParamsTooltip></UnifiedModelParamsTooltip>

```typescript
import { HuggingFaceInference } from "langchain/llms/hf";
import { HuggingFaceInference } from "@langchain/community/llms/hf";

const model = new HuggingFaceInference({
model: "gpt2",
Expand Down

0 comments on commit 9cd72c2

Please sign in to comment.